Skip to content

Commit 1d3a2b7

Browse files
authored
Better way of detecting the template
Refs #5
1 parent 512a872 commit 1d3a2b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99

1010
jobs:
1111
setup-repo:
12-
if: ${{ github.repository != 'simonw/python-lib-template-repository' }}
12+
if: ${{ !github.event.repository.is_template }}
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)