From fe5dd826229188283c2be89a0200e5df5003333b Mon Sep 17 00:00:00 2001 From: rsp4jack Date: Sat, 24 Feb 2024 14:16:26 +0800 Subject: [PATCH] Update printcss.yml --- .github/workflows/printcss.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/printcss.yml b/.github/workflows/printcss.yml index a15309e9..3812923c 100644 --- a/.github/workflows/printcss.yml +++ b/.github/workflows/printcss.yml @@ -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: