Skip to content

Commit a3229fb

Browse files
Update chaining-jobs.yml - Job 4 always run
1 parent 7d54d85 commit a3229fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/chaining-jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
job-4:
4444
name: Job 4
4545
runs-on: ubuntu-latest
46-
# if: always()
46+
if: always()
4747
needs:
4848
- job-2
4949
- job-3

0 commit comments

Comments
 (0)