Skip to content

Commit 46adf76

Browse files
author
David Cavazos
committed
rearrange if check
1 parent 9cbd57e commit 46adf76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/custard-run-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@ jobs:
115115

116116
done:
117117
needs: [affected, test]
118+
if: always()
118119
runs-on: ubuntu-latest
119120
permissions:
120121
statuses: write
121-
if: always()
122122
steps:
123123
- name: Check success
124124
uses: GoogleCloudPlatform/cloud-samples-tools/actions/steps/[email protected]

.github/workflows/custard-run.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,10 @@ jobs:
154154

155155
done:
156156
needs: [affected, lint, test]
157+
if: always()
157158
runs-on: ubuntu-latest
158159
permissions:
159160
statuses: write
160-
if: always()
161161
steps:
162162
- name: Check success
163163
uses: GoogleCloudPlatform/cloud-samples-tools/actions/steps/[email protected]

0 commit comments

Comments
 (0)