Skip to content

Commit be1c5d8

Browse files
Finalize workflow pins and trigger policy
1 parent c4e7afb commit be1c5d8

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ name: Lint
22

33
on:
44
pull_request:
5-
push:
6-
branches: [main]
7-
merge_group:
85

96
jobs:
107
Lint:
11-
uses: tskit-dev/.github/.github/workflows/lint.yml@main
8+
uses: tskit-dev/.github/.github/workflows/lint.yml@v12

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ on:
99
jobs:
1010
packaging:
1111
name: Python packaging
12-
uses: tskit-dev/.github/.github/workflows/python-packaging.yml@main
12+
uses: tskit-dev/.github/.github/workflows/python-packaging.yml@v12
1313

1414
test:
1515
name: Python
16-
uses: tskit-dev/.github/.github/workflows/python-tests.yml@main
16+
uses: tskit-dev/.github/.github/workflows/python-tests.yml@v12
1717
with:
1818
os: ${{ matrix.os }}
1919
python-version: ${{ matrix.python }}

0 commit comments

Comments
 (0)