diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fd1544051..c4aaa7679 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,6 +19,7 @@ jobs: build: name: Build runs-on: ubuntu-latest + if: ${{ !contains(github.event.head_commit.message, 'skip-ci') }} steps: - name: Checkout code uses: actions/checkout@v3