Skip to content

Commit 90a480b

Browse files
committed
fixup init ci
1 parent 0cbd980 commit 90a480b

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/tests-pypi.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,8 @@ name: PyPI Tests
22

33
# We don't want pushes (or PRs) to gh-pages to kick anything off
44
on:
5-
# push:
6-
# branches:
7-
# - main
8-
# - '[0-9]+.[0-9]+.x'
9-
# pull_request:
10-
# branches:
11-
# - main
12-
# - '[0-9]+.[0-9]+.x'
5+
workflow_call:
6+
inputs:
137

148
concurrency:
159
group: ${{ github.workflow}}-${{ github.head_ref }}

0 commit comments

Comments
 (0)