Skip to content

Commit

Permalink
Merge pull request #671 from robtaylor/change_cov_pr
Browse files Browse the repository at this point in the history
Only run change-coverage for PRs
  • Loading branch information
jacebrowning authored Oct 3, 2024
2 parents f5a2de4 + 2c8ff0d commit a3d8b7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
with:
os: "ubuntu-latest"
workpath: "/home/runner/work/doorstop/doorstop"
if: github.event_name == 'pull_request'

Test:
uses: ./.github/workflows/execute-tests.yml
Expand Down

0 comments on commit a3d8b7a

Please sign in to comment.