Skip to content

Commit

Permalink
chore: add comment to yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon authored Jul 30, 2024
1 parent 05f8efc commit 5bde22e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ permissions: read-all
jobs:
integration:
name: integration tests
# run integration tests on all builds except pull requests from forks or dependabot
if: github.event_name != 'pull_request' || (github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]')
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 5bde22e

Please sign in to comment.