Skip to content

Commit

Permalink
hotfix: run lint-actions.yml on all pull requests to master (#997)
Browse files Browse the repository at this point in the history
#993 refactored the Required "Run actionlint and shellcheck" job,
limiting it to top-level `.github` paths.
This caused #995 and #996 to hang indefinitely.

This pull request re-enables this check to run on every pull request.
  • Loading branch information
guineveresaenger authored Jun 25, 2024
1 parent 6e791a0 commit c76c293
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/lint-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ on:
pull_request:
branches:
- master
paths:
- .github/**

env:
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
concurrency:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-provider-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ on:
pull_request:
branches:
- master
paths:
- provider-ci/**

env:
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
Expand Down

0 comments on commit c76c293

Please sign in to comment.