diff --git a/.github/workflows/auto-job-v2.yaml b/.github/workflows/auto-job-v2.yaml index 8dc77cf6c0..f0821788ff 100644 --- a/.github/workflows/auto-job-v2.yaml +++ b/.github/workflows/auto-job-v2.yaml @@ -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 @@ -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