Skip to content

Commit d86b3b2

Browse files
committed
don't use artifacts on manual runs
1 parent 88bffb4 commit d86b3b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/smoke.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ jobs:
281281
exit $TEST_EXIT_CODE
282282
283283
Use-Artifacts:
284+
if: ${{ github.event_name != 'workflow_dispatch' }}
284285
runs-on: ubuntu-latest
285286
needs:
286287
- Smoke-Windows

0 commit comments

Comments
 (0)