Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 962ee95

Browse files
committedFeb 4, 2025·
remove dependency on setup env
1 parent e9514cd commit 962ee95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/pull_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
gpg_private_key_base64: ${{ secrets.OHAI_GPG_PRIVATE_KEY_BASE64 }} # base64 encoded
188188

189189
run_e2e_tests_staging:
190-
needs: [ setup_environment, run_e2e_tests_prerelease, publish_linux_to_staging ]
190+
needs: [run_e2e_tests_prerelease, publish_linux_to_staging ]
191191
if: |
192192
always() && !failure() && !cancelled()
193193
name: Run E2E tests for all supported packages installing NRIA+FB from staging

‎.github/workflows/run_e2e_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
100100
tear_down_test_executor_instances:
101101
name: Tear down test executor instances
102-
# if: always()
102+
if: always()
103103
needs: report_test_results
104104
uses: ./.github/workflows/run_task.yml
105105
with:

0 commit comments

Comments
 (0)
Please sign in to comment.