Skip to content

Commit

Permalink
Add summary workflow that waits for all triggered status checks
Browse files Browse the repository at this point in the history
  • Loading branch information
itssimon committed Jun 21, 2024
1 parent 934389c commit ca75619
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/summary.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Summary
on:
pull_request:
branches:
- main
jobs:
wait-for-triggered-checks:
runs-on: ubuntu-latest
permissions:
checks: read
steps:
- name: Wait for all triggered status checks
uses: poseidon/wait-for-status-checks@v0.5.0
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ca75619

Please sign in to comment.