Skip to content

Commit

Permalink
Run test job only on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Sep 16, 2024
1 parent 3507fad commit 89a4c81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:

test:
uses: ./.github/workflows/test.yml
if: ${{ github.event_name == 'pull_request' }}

automerge:
uses: ./.github/workflows/automerge.yml
Expand Down

0 comments on commit 89a4c81

Please sign in to comment.