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/docker-publish.yml
+6-6
Original file line number
Diff line number
Diff line change
@@ -19,21 +19,21 @@ defaults:
19
19
20
20
concurrency:
21
21
# this expression gives us the name of the deployment environment. It works like a ternary operation (see https://github.com/actions/runner/issues/409#issuecomment-727565588)
# !cancelled() is needed because if the whole workflow was cancelled, we don't want this job to run.
33
-
# (!startsWith(github.ref, 'refs/tags/') || needs.test.result == 'success') is needed because if `test` did run, we only want this to run if `test` succeeded.
0 commit comments