Skip to content

Commit 2c8e954

Browse files
committed
Clarify why skips allowed
1 parent a09b8ad commit 2c8e954

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,4 +521,6 @@ jobs:
521521
uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # v1.2.2
522522
with:
523523
jobs: ${{ toJSON(needs) }}
524+
# Needed to not fail on skipped 'push' events for the branches in
525+
# upstream repository as they already covered by 'pull_request' event
524526
allowed-skips: lint,tests

0 commit comments

Comments
 (0)