diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index c64acc750c8..0c4eb79cb1d 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -42,9 +42,9 @@ jobs: fi fi echo "should we enforce ctf version = $SHOULD_ENFORCE" - echo "should-enforce=$SHOULD_ENFORCE" >> $GITHUB_ENV + echo "should-enforce=$SHOULD_ENFORCE" >> $GITHUB_OUTPUT - name: Enforce CTF Version - if: steps.condition-check.outputs.should-enforce == 'true' + if: steps.condition-check.outputs.should-enforce == 'false' uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/mod-version@e865e376b8c2d594028c8d645dd6c47169b72974 # v2.2.16 with: go-project-path: ./integration-tests