We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1709612 commit 4be5d0fCopy full SHA for 4be5d0f
.github/workflows/coverage.yml
@@ -17,16 +17,14 @@ on:
17
- '.github/workflows/coverage.yml'
18
jobs:
19
coverage:
20
- if: github.event.workflow_run.conclusion == 'success' && github.repository_owner == 'KurtWagner'
+ if: github.repository_owner == 'KurtWagner'
21
# Can't use 24 - see https://github.com/SimonKagstrom/kcov/issues/473
22
runs-on: ubuntu-22.04
23
name: Test coverage
24
timeout-minutes: 3
25
steps:
26
- name: "Checkout repo"
27
uses: actions/checkout@v4
28
- with:
29
- ref: ${{ github.event.workflow_run.head_branch }}
30
31
- name: "Setup zig environment"
32
uses: mlugg/setup-zig@v2
0 commit comments