ci: conditional (skip e2e)
This commit is contained in:
2
.github/workflows/git-sync.yml
vendored
2
.github/workflows/git-sync.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
||||
sha: ${{ steps.find-pull-request.outputs.head-sha }}
|
||||
|
||||
- uses: peter-evans/create-pull-request@v4
|
||||
if: "${{ contains(github.event.head_commit.message, 'chore(deps') == 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 }}
|
||||
|
||||
Reference in New Issue
Block a user