We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3799e04 + 0e0ce0c commit fae08feCopy full SHA for fae08fe
.github/workflows/tests.yml
@@ -7,6 +7,10 @@ on:
7
jobs:
8
build:
9
runs-on: ubuntu-latest
10
+ # https://wildwolf.name/github-actions-how-to-avoid-running-the-same-workflow-multiple-times/
11
+ if: >
12
+ github.event_name != 'pull_request'
13
+ || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
14
strategy:
15
matrix:
16
# Not all Python versions are available for linux AND x64
0 commit comments