Skip to content

Commit 9638317

Browse files
committed
Only run integration tests on push
1 parent 6785849 commit 9638317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
pytest
3232
3333
Integration_tests:
34+
if: github.event_name == 'push'
3435
runs-on: ${{ matrix.os }}
3536
timeout-minutes: 10
3637
needs: Unit_tests
@@ -97,4 +98,3 @@ jobs:
9798
# repository_url: https://test.pypi.org/legacy/
9899
packages_dir: dist/
99100
print_hash: true
100-

0 commit comments

Comments
 (0)