We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8c980 commit eef6e08Copy full SHA for eef6e08
.github/workflows/build.yml
@@ -166,15 +166,12 @@ jobs:
166
167
clean:
168
# This job must run after all jobs that use the transfer artifact.
169
- # There are instances in which artifacts are already purged and the workflow cannot find them.
170
- # This job will continue and not raise an error in case
171
needs:
172
- build
173
- release
174
- artifacts
175
if: always() && needs.build.result != 'skipped'
176
runs-on: ubuntu-latest
177
-
178
steps:
179
- name: Remove unneeded job transfer artifacts
180
uses: geekyeggo/delete-artifact@v5
0 commit comments