Skip to content

Update GitHub Artifact Actions from v5 to v6 (major v6) (major) #98

Update GitHub Artifact Actions from v5 to v6 (major v6) (major)

Update GitHub Artifact Actions from v5 to v6 (major v6) (major) #98

---
name: Wait all checks
on:
pull_request:
types: [assigned, opened, synchronize, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
wait-all-checks:
runs-on: ubuntu-latest
permissions:
checks: read
steps:
- name: Wait all GitHub checks
uses: poseidon/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
ignore: wait-all-checks / wait-all-checks