diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3f714c..14db7bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: ./