Skip to content

Commit a5234f3

Browse files
Remove redundant comment on test job condition
Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>
1 parent 842db9f commit a5234f3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/test-all-warehouses.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ jobs:
7676

7777
test:
7878
needs: [check-fork-status, approve-fork]
79-
# Run if: not cancelled, fork check succeeded, not skipped, AND (not a fork OR fork approval succeeded)
8079
if: |
8180
! cancelled() &&
8281
needs.check-fork-status.result == 'success' &&

0 commit comments

Comments
 (0)