From ba9a9f8d01843b6c97706ed8266d7e59858214ef Mon Sep 17 00:00:00 2001 From: Mo Date: Wed, 19 Oct 2022 06:56:52 -0500 Subject: [PATCH] ci: conditional (skip e2e) --- .github/workflows/git-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/git-sync.yml b/.github/workflows/git-sync.yml index afa99c54a..8dc59681e 100644 --- a/.github/workflows/git-sync.yml +++ b/.github/workflows/git-sync.yml @@ -47,7 +47,7 @@ jobs: sha: ${{ steps.find-pull-request.outputs.head-sha }} - uses: peter-evans/create-pull-request@v4 - if: startsWith(github.event.head_commit.message, "chore(deps)") == false && startsWith(github.event.head_commit.message, "chore(deps-dev)") == false + if: startsWith(github.event.head_commit.message, 'chore(deps)') == false && startsWith(github.event.head_commit.message, 'chore(deps-dev)') == false with: token: ${{ secrets.CI_PAT_TOKEN }} branch: ${{ github.ref }}