Skip to content

Commit

Permalink
Add merge_group (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Sep 16, 2024
1 parent 8084b43 commit db5ae1e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
- main
schedule:
- cron: "0 5 * * *" # runs every day at 5am UTC
merge_group:
types:
- checks_requested

defaults:
run:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
- main
schedule:
- cron: "33 16 * * 3" # run every Wednesday at 16:33 UTC
merge_group:
types:
- checks_requested

concurrency:
group: ${{ github.ref_name }}-codeql
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
pull_request:
branches:
- main
merge_group:
types:
- checks_requested

concurrency:
group: ${{ github.ref_name }}-deps-review
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches:
- main
merge_group:
types:
- checks_requested

defaults:
run:
Expand Down

0 comments on commit db5ae1e

Please sign in to comment.