diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5d55f10..74d3e42 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -4,8 +4,10 @@ name: CodeQL Security Analysis on: push: branches: [main, master] + # No `branches:` filter — a required check whose workflow is branch-gated is + # never created on a non-matching base and blocks merge forever at + # "Expected — Waiting for status to be reported" (cf. affinescript#645). pull_request: - branches: [main, master] schedule: - cron: '0 6 1 * *' # monthly 1st 06:00 UTC diff --git a/.github/workflows/hypatia-scan.yml b/.github/workflows/hypatia-scan.yml index bf6304a..4e06ae5 100644 --- a/.github/workflows/hypatia-scan.yml +++ b/.github/workflows/hypatia-scan.yml @@ -7,8 +7,10 @@ name: Hypatia Security Scan on: push: branches: [main, master, develop] + # No `branches:` filter — a required check whose workflow is branch-gated is + # never created on a non-matching base and blocks merge forever at + # "Expected — Waiting for status to be reported" (cf. affinescript#645). pull_request: - branches: [main, master] schedule: - cron: '0 0 * * 0' workflow_dispatch: