Skip to content

Commit

Permalink
added need for the test job
Browse files Browse the repository at this point in the history
  • Loading branch information
Tal-Legit committed Jul 4, 2024
1 parent ca1fb6b commit 3737cd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:

remove_e2e_label:
if: ${{ (github.event.pull_request.head.repo.fork == true && contains(github.event.pull_request.labels.*.name,'Approve E2E Test')) }}
needs: install_and_run_e2e_tests
runs-on: ubuntu-latest
steps:
- name: Remove E2E Label
Expand Down

0 comments on commit 3737cd3

Please sign in to comment.