We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d137f commit d4efb38Copy full SHA for d4efb38
2 files changed
.github/workflows/lint.yml
@@ -2,10 +2,7 @@ name: Lint
2
3
on:
4
pull_request:
5
- push:
6
- branches: [main]
7
- merge_group:
8
9
jobs:
10
Lint:
11
- uses: tskit-dev/.github/.github/workflows/lint.yml@main
+ uses: tskit-dev/.github/.github/workflows/lint.yml@v12
.github/workflows/tests.yml
@@ -9,13 +9,13 @@ on:
packaging:
name: Python packaging
12
- uses: tskit-dev/.github/.github/workflows/python-packaging.yml@main
+ uses: tskit-dev/.github/.github/workflows/python-packaging.yml@v12
13
with:
14
cli-test-cmd: tsdate --help
15
16
test:
17
name: Python
18
- uses: tskit-dev/.github/.github/workflows/python-tests.yml@main
+ uses: tskit-dev/.github/.github/workflows/python-tests.yml@v12
19
20
os: ${{ matrix.os }}
21
python-version: ${{ matrix.python }}
0 commit comments