Skip to content

Commit

Permalink
remove checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
csuzhangxc committed Feb 8, 2025
1 parent 0ad9208 commit 5df7c33
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/auto-job-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:
add-v2-label:
runs-on: ubuntu-24.04
steps:
- name: Check out the repository
uses: actions/checkout@v4

- name: Add v2 label if target branch is feature/v2
if: github.event.pull_request.base.ref == 'feature/v2'
uses: actions-ecosystem/action-add-labels@v1
Expand All @@ -24,9 +21,6 @@ jobs:
add-e2e-comment:
runs-on: ubuntu-24.04
steps:
- name: Check out the repository
uses: actions/checkout@v4

- name: Add comment if target branch is feature/e2e
if: github.event.pull_request.base.ref == 'feature/e2e'
uses: actions-ecosystem/action-create-comment@v1
Expand Down

0 comments on commit 5df7c33

Please sign in to comment.