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.
1 parent 4ed32fb commit b605dc0Copy full SHA for b605dc0
.github/workflows/tests.yml
@@ -84,7 +84,11 @@ jobs:
84
matrix:
85
python-version: ["3.10"]
86
87
+
88
needs: build
89
+ # REMOVE
90
+ if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
91
+ # UNCOMMENT BEFORE MERGE
92
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
93
steps:
94
- uses: actions/checkout@v3
0 commit comments