fix rename action check
Some checks failed
CI / linter (ubuntu-latest, 3.9) (push) Successful in 14s
Rename the project from template / rename-project (push) Failing after 1s
CI / tests_linux (ubuntu-latest, 3.9) (push) Has been cancelled

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

View File

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