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 1c64bca commit 3610bd6Copy full SHA for 3610bd6
.github/workflows/coverage.yml
@@ -10,9 +10,7 @@ jobs:
10
test:
11
name: Run tests & display coverage
12
runs-on: ubuntu-latest
13
- if: >
14
- ${{ github.event.workflow_run.event == 'pull_request' &&
15
- github.event.workflow_run.conclusion == 'success' }}
+ if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
16
steps:
17
- name: DEBUG
18
run: echo '${{ github.event.workflow_run.event }}' && echo '${{ github.event.workflow_run.conclusion }}'
@@ -21,3 +19,4 @@ jobs:
21
19
with:
22
20
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
GITHUB_PR_RUN_ID: ${{ github.event.workflow_run.id }}
+ VERBOSE: true
0 commit comments