Skip to content

Commit

Permalink
Respect force parameter. See #276
Browse files Browse the repository at this point in the history
  • Loading branch information
kwk committed Feb 22, 2024
1 parent 45ef8ff commit d00eb68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/testing-farm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ jobs:
--artifact-name $artifact_name \
&& artifact_exists=1
if [[ "${{ github.event_name }}" == "workflow_dispatch" && ${{ github.event.inputs.force-test }} ]]; then
artifact_exists=0
fi
echo "artifact_exists=$artifact_exists" >> $GITHUB_ENV
Expand Down

0 comments on commit d00eb68

Please sign in to comment.