Skip to content

Commit

Permalink
remove e2e tests job as now we are using pat token to add label , git…
Browse files Browse the repository at this point in the history
… workflow should autotrigger
  • Loading branch information
Sahejkm committed May 23, 2024
1 parent 0a05679 commit ad3e940
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/after-approval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,3 @@ jobs:
run: |
echo "Adding label 'extended-tests' to PR $NUMBER"
gh pr edit "$NUMBER" --add-label "extended-tests" || (echo "Failed to add label" && exit 1)
e2e-tests:
needs: label-pr
uses: ./.github/workflows/call-e2e-all-tests.yml

0 comments on commit ad3e940

Please sign in to comment.