You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/update-timestamps.yml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,10 @@ jobs:
133
133
GH_TOKEN: ${{ github.token }}
134
134
135
135
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
0 commit comments