Skip to content

Commit 921b565

Browse files
committed
CI now always runs on image bump
1 parent 57fc6c7 commit 921b565

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/update-timestamps.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,10 @@ jobs:
133133
GH_TOKEN: ${{ github.token }}
134134

135135
run_ci:
136-
needs: bump_timestamps
136+
needs:
137+
- bump_timestamps
138+
- upstream_check
139+
if: always() && (needs.bump_timestamps.result == 'success' || needs.upstream_check.outputs.new_fatimage == 'false') # should always run only on image bump commits
137140
uses: ./.github/workflows/stackhpc.yml
138141
secrets: inherit
139142
with:

0 commit comments

Comments
 (0)