Skip to content

Commit

Permalink
Build remote runner image asap
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl committed Sep 9, 2024
1 parent cad06ca commit 4beb6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-tests-reusable-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ jobs:
# Run K8s tests using old remote runner

get-remote-runner-test-image:
needs: [load-test-configurations, require-chainlink-image-versions-in-qa-ecr, require-chainlink-plugin-versions-in-qa-ecr]
needs: [load-test-configurations]
if: ${{ needs.load-test-configurations.outputs.run-k8s-tests == 'true' && always() && !failure() && !cancelled() }}
name: Get remote runner test image
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4beb6aa

Please sign in to comment.