Skip to content

Commit

Permalink
fix condition
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored and nyalldawson committed Feb 5, 2021
1 parent f83d20e commit 8a2370d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Expand Up @@ -160,7 +160,7 @@ jobs:
name: Publish link to CDASH
needs: build
runs-on: ubuntu-latest
if: failure() and github.event_name == 'pull_request'
if: failure() && github.event_name == 'pull_request'
steps:
- run: echo "${{ needs.build.outputs.cdash_url }}"

Expand Down

0 comments on commit 8a2370d

Please sign in to comment.