Skip to content

Commit

Permalink
Don't run integration test unless on a PR
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Jan 31, 2024
1 parent f328281 commit 5bf3330
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ jobs:
- run: npm test

integration:
if: ${{ github.event_name == 'pull_request' }}
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: ./
- uses: actions/checkout@v4
- uses: ./

0 comments on commit 5bf3330

Please sign in to comment.