diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb54fd3d3..c30618d1c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -104,5 +104,5 @@ jobs: needs: [tests] uses: ./.github/workflows/snyk.yml # skip snyk on testing branches - if: !startsWith(github.ref , 'refs/heads/testing') + if: startsWith(github.ref , 'refs/heads/testing') == false secrets: inherit