We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32561f0 commit f697570Copy full SHA for f697570
.github/workflows/build-and-test.yml
@@ -162,7 +162,7 @@ jobs:
162
if: github.ref == 'refs/heads/master' || contains(github.event.pull_request.title, '(rebuild)')
163
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
164
- run: FETCH_ASSETS=true REPO=pact-foundation/pact-js-core ./script/ci/check-release-libs.sh --fetch-assets
165
- if: github.ref != 'refs/heads/master' || !contains(github.event.pull_request.title, '(rebuild)')
+ if: ${{ github.ref != 'refs/heads/master' && !contains(github.event.pull_request.title, '(rebuild)')}}
166
env:
167
GITHUB_TOKEN: ${{ github.token }}
168
0 commit comments