Skip to content

Commit cfa0c7f

Browse files
Merge branch 'main' into dependabot/cargo/bots/rhodibot/tower-http-0.7.0
2 parents a900d58 + 49ca874 commit cfa0c7f

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ name: CodeQL Security Analysis
44
on:
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

.github/workflows/hypatia-scan.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ name: Hypatia Security Scan
77
on:
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:

0 commit comments

Comments
 (0)