We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 512a872 commit 1d3a2b7Copy full SHA for 1d3a2b7
.github/workflows/setup.yml
@@ -9,7 +9,7 @@ permissions:
9
10
jobs:
11
setup-repo:
12
- if: ${{ github.repository != 'simonw/python-lib-template-repository' }}
+ if: ${{ !github.event.repository.is_template }}
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v4
0 commit comments