We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3edc404 commit ad32fcaCopy full SHA for ad32fca
.github/workflows/tests.yml
@@ -4,6 +4,8 @@ on: [push, pull_request]
4
5
jobs:
6
build:
7
+ # Don't run twice for internal PRs from our own repo
8
+ if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
9
10
runs-on: ubuntu-latest
11
strategy:
0 commit comments