From a88149b01f6452bffb03365c37171034d32c261f Mon Sep 17 00:00:00 2001 From: jobobby04 Date: Sun, 14 Jun 2020 16:53:06 -0400 Subject: [PATCH] ci skip Lets see if this even runs --- .github/workflows/TachiyomiSY-Preview-Builder.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/TachiyomiSY-Preview-Builder.yml b/.github/workflows/TachiyomiSY-Preview-Builder.yml index 5f9c56330..823a7fe57 100644 --- a/.github/workflows/TachiyomiSY-Preview-Builder.yml +++ b/.github/workflows/TachiyomiSY-Preview-Builder.yml @@ -11,11 +11,8 @@ jobs: - uses: actions/checkout@master with: fetch-depth: '0' - - name: Check last commit message - id: skip - uses: atlwendy/retrieve-commit-messages-from-pr@v2 - name: Set SHOULD_RUN flag - run: echo ::set-env name=SHOULD_RUN::${{ steps.skip.outputs.shouldRun }} + run: echo ::set-env name=SHOULD_RUN::!contains(toJSON(github.event.commits.*.message), 'skip-ci') && !contains(toJSON(github.event.commits.*.message), 'skip ci') && !contains(toJSON(github.event.commits.*.message), 'ci skip') && !contains(toJSON(github.event.commits.*.message), 'ci-skip') - name: TAG - Bump version and push tag uses: anothrNick/github-tag-action@1.17.2 if: github.event.action != 'pong' && env.SHOULD_RUN == 'true'