File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed
Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -125,3 +125,17 @@ jobs:
125125 with :
126126 check : ${{ needs.affected.outputs.check }}
127127 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 @@ -164,3 +164,17 @@ jobs:
164164 with :
165165 check : ${{ needs.affected.outputs.check }}
166166 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