Skip to content

Commit

Permalink
Update printcss.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rsp4jack authored Feb 24, 2024
1 parent 3d1a205 commit fe5dd82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/printcss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
release:
runs-on: ubuntu-latest
needs: build-printcss
if: (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) || (github.event_name == 'schedule') || (github.event_name == 'workflow_dispatch' && inputs.tag_name != '')
if: (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) || (github.event_name == 'schedule') || (github.event_name == 'workflow_dispatch' && github.event.inputs.tag_name != '') && !cancelled()
permissions:
contents: write
steps:
Expand Down

0 comments on commit fe5dd82

Please sign in to comment.