File tree Expand file tree Collapse file tree 2 files changed +2
-28
lines changed Expand file tree Collapse file tree 2 files changed +2
-28
lines changed Original file line number Diff line number Diff line change @@ -119,23 +119,10 @@ jobs:
119
119
runs-on : ubuntu-latest
120
120
permissions :
121
121
statuses : write
122
+ if : always()
122
123
steps :
123
124
- name : Check success
124
125
uses :
GoogleCloudPlatform/cloud-samples-tools/actions/steps/[email protected]
125
126
with :
126
127
check : ${{ needs.affected.outputs.check }}
127
128
status : success
128
-
129
- nothing-to-do :
130
- if : needs.affected.outputs.paths != '[]'
131
- needs : [affected]
132
- runs-on : ubuntu-latest
133
- permissions :
134
- statuses : write
135
- steps :
136
- - name : Check success
137
- uses :
GoogleCloudPlatform/cloud-samples-tools/actions/steps/[email protected]
138
- with :
139
- check : ${{ needs.affected.outputs.check }}
140
- status : success
141
- title : Nothing to test
Original file line number Diff line number Diff line change @@ -158,23 +158,10 @@ jobs:
158
158
runs-on : ubuntu-latest
159
159
permissions :
160
160
statuses : write
161
+ if : always()
161
162
steps :
162
163
- name : Check success
163
164
uses :
GoogleCloudPlatform/cloud-samples-tools/actions/steps/[email protected]
164
165
with :
165
166
check : ${{ needs.affected.outputs.check }}
166
167
status : success
167
-
168
- nothing-to-do :
169
- if : needs.affected.outputs.paths != '[]'
170
- needs : [affected]
171
- runs-on : ubuntu-latest
172
- permissions :
173
- statuses : write
174
- steps :
175
- - name : Check success
176
- uses :
GoogleCloudPlatform/cloud-samples-tools/actions/steps/[email protected]
177
- with :
178
- check : ${{ needs.affected.outputs.check }}
179
- status : success
180
- title : Nothing to test
You can’t perform that action at this time.
0 commit comments