Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
csuzhangxc committed Feb 8, 2025
1 parent 1d060d7 commit 3ef7484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-job-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
labels: 'v2'

- name: Add E2E trigger comment if target branch is feature/e2e
if: github.event.pull_request.base.ref == 'feature/e2e'
if: github.event.pull_request.base.ref == 'feature/v2'
uses: actions-ecosystem/action-create-comment@v1
with:
github_token: ${{ github.token }}
Expand Down

0 comments on commit 3ef7484

Please sign in to comment.