Skip to content

Commit

Permalink
remove dependency on setup env
Browse files Browse the repository at this point in the history
  • Loading branch information
sanathramesh committed Feb 4, 2025
1 parent e9514cd commit 962ee95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
gpg_private_key_base64: ${{ secrets.OHAI_GPG_PRIVATE_KEY_BASE64 }} # base64 encoded

run_e2e_tests_staging:
needs: [ setup_environment, run_e2e_tests_prerelease, publish_linux_to_staging ]
needs: [run_e2e_tests_prerelease, publish_linux_to_staging ]
if: |
always() && !failure() && !cancelled()
name: Run E2E tests for all supported packages installing NRIA+FB from staging
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
tear_down_test_executor_instances:
name: Tear down test executor instances
# if: always()
if: always()
needs: report_test_results
uses: ./.github/workflows/run_task.yml
with:
Expand Down

0 comments on commit 962ee95

Please sign in to comment.