mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-07-11 08:13:53 -04:00
Update codeql-analysis.yml
[skip ci]
This commit is contained in:
@@ -4,6 +4,8 @@ name: Code scanning
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 10 * * 3' # every Wednesday at 10 AM UTC == 6 AM EDT
|
- cron: '0 10 * * 3' # every Wednesday at 10 AM UTC == 6 AM EDT
|
||||||
@@ -15,7 +17,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
# Allow skipping with [skip ci] (doesn't apply to PRs and crons)
|
# Allow skipping with [skip ci] (doesn't apply to PRs and crons)
|
||||||
if: "github.event_name == 'push' && !contains(github.event.head_commit.message, '[skip ci]')"
|
if: "!contains(github.event.head_commit.message, '[skip ci]') || github.event_name != 'push'"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|||||||
Reference in New Issue
Block a user