fix(ci): add last missing license, exclude private or blocked images #1307
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Wait for checks | |
on: | |
pull_request: {} | |
jobs: | |
wait-for-checks: | |
runs-on: ubuntu-latest | |
permissions: | |
checks: read | |
steps: | |
- uses: poseidon/wait-for-status-checks@899c768d191b56eef585c18f8558da19e1f3e707 # v0.6.0 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
ignore: postDiffComment |