Skip to content

Commit 488d230

Browse files
committed
Remove workflow run references from coverage workflow
1 parent 530277f commit 488d230

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,14 @@ on:
1717
- '.github/workflows/coverage.yml'
1818
jobs:
1919
coverage:
20-
if: github.event.workflow_run.conclusion == 'success' && github.repository_owner == 'KurtWagner'
20+
if: github.repository_owner == 'KurtWagner'
2121
# Can't use 24 - see https://github.com/SimonKagstrom/kcov/issues/473
2222
runs-on: ubuntu-22.04
2323
name: Test coverage
2424
timeout-minutes: 3
2525
steps:
2626
- name: "Checkout repo"
2727
uses: actions/checkout@v4
28-
with:
29-
ref: ${{ github.event.workflow_run.head_branch }}
3028

3129
- name: "Setup zig environment"
3230
uses: mlugg/setup-zig@v2

0 commit comments

Comments
 (0)