We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cbd980 commit 90a480bCopy full SHA for 90a480b
1 file changed
.github/workflows/tests-pypi.yml
@@ -2,14 +2,8 @@ name: PyPI Tests
2
3
# We don't want pushes (or PRs) to gh-pages to kick anything off
4
on:
5
- # push:
6
- # branches:
7
- # - main
8
- # - '[0-9]+.[0-9]+.x'
9
- # pull_request:
10
11
12
+ workflow_call:
+ inputs:
13
14
concurrency:
15
group: ${{ github.workflow}}-${{ github.head_ref }}
0 commit comments