Skip to content

Commit

Permalink
Fix new worfklow syntax - attempt #6
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin-Radecki committed Aug 17, 2023
1 parent ce50bc1 commit d193bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-logic-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
build-test-node-and-runtime:
name: Build test node and runtime
if: ${{ needs.check-if-featurenet-ecr-image-exists.outputs.image-exists == 'false' }}
needs: [check-if-featurenet-ecr-image-exists]
if: needs.check-if-featurenet-ecr-image-exists.outputs.image-exists == false
uses: ./.github/workflows/_build-test-node-and-runtime.yml
secrets: inherit

Expand Down

0 comments on commit d193bad

Please sign in to comment.