File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,8 +4,10 @@ name: CodeQL Security Analysis
44on :
55 push :
66 branches : [main, master]
7+ # No `branches:` filter — a required check whose workflow is branch-gated is
8+ # never created on a non-matching base and blocks merge forever at
9+ # "Expected — Waiting for status to be reported" (cf. affinescript#645).
710 pull_request :
8- branches : [main, master]
911 schedule :
1012 - cron : ' 0 6 1 * *'
1113
Original file line number Diff line number Diff line change @@ -7,8 +7,10 @@ name: Hypatia Security Scan
77on :
88 push :
99 branches : [main, master, develop]
10+ # No `branches:` filter — a required check whose workflow is branch-gated is
11+ # never created on a non-matching base and blocks merge forever at
12+ # "Expected — Waiting for status to be reported" (cf. affinescript#645).
1013 pull_request :
11- branches : [main, master]
1214 schedule :
1315 - cron : ' 0 0 * * 0'
1416 workflow_dispatch :
You can’t perform that action at this time.
0 commit comments