Skip to content

Commit b605dc0

Browse files
committed
!squash ci
1 parent 4ed32fb commit b605dc0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,11 @@ jobs:
8484
matrix:
8585
python-version: ["3.10"]
8686

87+
8788
needs: build
89+
# REMOVE
90+
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
91+
# UNCOMMENT BEFORE MERGE
8892
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
8993
steps:
9094
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)