Skip to content

Commit

Permalink
actionlint: run on every push
Browse files Browse the repository at this point in the history
We currently run only when when workflow files are modified, but that
means we cannot make the results of the Zizmor scan a required status
check.

Let's just run this all the time so that we can make sure to never merge
regressions.

This will affect only one high-volume repo: Homebrew/cask. We can carve
out an exception for that if we need to. (Though I'm currently inclined
to do something similar on our high-volume repos anyway.)

See discussion at Homebrew/ci-orchestrator#255
  • Loading branch information
carlocab committed Nov 1, 2024
1 parent cf61ee2 commit c7081cc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ on:
branches:
- main
- master
paths:
- '.github/workflows/*.ya?ml'
pull_request:
paths:
- '.github/workflows/*.ya?ml'

defaults:
run:
Expand Down

0 comments on commit c7081cc

Please sign in to comment.