diff --git a/.github/workflows/TachiyomiSY-Preview-Builder.yml b/.github/workflows/TachiyomiSY-Preview-Builder.yml index 2005737c7..5f9c56330 100644 --- a/.github/workflows/TachiyomiSY-Preview-Builder.yml +++ b/.github/workflows/TachiyomiSY-Preview-Builder.yml @@ -18,7 +18,7 @@ jobs: run: echo ::set-env name=SHOULD_RUN::${{ steps.skip.outputs.shouldRun }} - name: TAG - Bump version and push tag uses: anothrNick/github-tag-action@1.17.2 - if: github.event.action != 'pong' + if: github.event.action != 'pong' && env.SHOULD_RUN == 'true' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} WITH_V: true