From 1f8e0a614e66b69761100388bde79b4c9e5f62dc Mon Sep 17 00:00:00 2001 From: Damjan Smickovski Date: Wed, 5 Jun 2024 13:01:35 +0200 Subject: [PATCH] Fixing issue with workflow --- .github/workflows/e2e_custom_cl.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/e2e_custom_cl.yml b/.github/workflows/e2e_custom_cl.yml index 7d0ae2637..7a50c3613 100644 --- a/.github/workflows/e2e_custom_cl.yml +++ b/.github/workflows/e2e_custom_cl.yml @@ -56,7 +56,6 @@ jobs: contents: read name: Check If Solana Test Image Exists runs-on: ubuntu-latest - needs: [get_solana_sha] outputs: exists: ${{ steps.check-image.outputs.exists }} steps: @@ -65,7 +64,7 @@ jobs: uses: smartcontractkit/chainlink-github-actions/docker/image-exists@fc3e0df622521019f50d772726d6bf8dc919dd38 # v2.3.19 with: repository: chainlink-solana-tests - tag: ${{ needs.get_solana_sha.outputs.sha }} + tag: github.sha AWS_REGION: ${{ secrets.QA_AWS_REGION }} AWS_ROLE_TO_ASSUME: ${{ secrets.QA_AWS_ROLE_TO_ASSUME }}