Skip to content

Commit

Permalink
refine
Browse files Browse the repository at this point in the history
  • Loading branch information
csuzhangxc committed Feb 8, 2025
1 parent 5df7c33 commit 1d060d7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/auto-job-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
pull-requests: write

jobs:
add-v2-label:
auto-job:
runs-on: ubuntu-24.04
steps:
- name: Add v2 label if target branch is feature/v2
Expand All @@ -18,12 +18,10 @@ jobs:
with:
labels: 'v2'

add-e2e-comment:
runs-on: ubuntu-24.04
steps:
- name: Add comment if target branch is feature/e2e
- name: Add E2E trigger comment if target branch is feature/e2e
if: github.event.pull_request.base.ref == 'feature/e2e'
uses: actions-ecosystem/action-create-comment@v1
with:
github_token: ${{ github.token }}
body: |
/run-pull-e2e-kind-v2

0 comments on commit 1d060d7

Please sign in to comment.