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 }}
|
sha: ${{ steps.find-pull-request.outputs.head-sha }}
|
||||||
|
|
||||||
- uses: peter-evans/create-pull-request@v4
|
- 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:
|
with:
|
||||||
token: ${{ secrets.CI_PAT_TOKEN }}
|
token: ${{ secrets.CI_PAT_TOKEN }}
|
||||||
branch: ${{ github.ref }}
|
branch: ${{ github.ref }}
|
||||||
|
|||||||
Reference in New Issue
Block a user