Skip to content

Commit 3e17749

Browse files
authored
[CI] Execute 'update-pre-commit' routine only in the template repository (learning-process#663)
Do not perform updating pre-commit hook dependencies in repositories that were instantiated from this template repo
1 parent afce18e commit 3e17749

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-pre-commit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ permissions:
1414

1515
jobs:
1616
update-pre-commit:
17+
if: ${{ github.repository == 'learning-process/parallel_programming_course' }}
1718
runs-on: ubuntu-latest
1819
steps:
1920
- name: Checkout repository

0 commit comments

Comments
 (0)