fix rename action check
Some checks failed
CI / tests_linux (ubuntu-latest, 3.9) (push) Has been cancelled
CI / linter (ubuntu-latest, 3.9) (push) Has been cancelled
Rename the project from template / rename-project (push) Has been skipped

This commit is contained in:
Simon Diesenreiter 2024-11-09 10:39:11 -08:00
parent cfb9e35095
commit ec2c2ea536

View File

@ -6,7 +6,7 @@ permissions: write-all
jobs: jobs:
rename-project: rename-project:
if: ${{ !equals (GITHUB_REPOSITORY, 'Templates/Python') }} if: ${{ !endsWith (github.repository, 'Templates/Python') }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3