Skip to content

Commit

Permalink
update pull request checks to allow skips due to the affected package…
Browse files Browse the repository at this point in the history
…s job
  • Loading branch information
mikealfare committed Jan 14, 2025
1 parent 033a21b commit 780a63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@ jobs:
- uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}
allowed-skips: 'changelog-entry'
allowed-skips: [unit-tests, integration-tests]

0 comments on commit 780a63f

Please sign in to comment.