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 afce18e commit 3e17749Copy full SHA for 3e17749
.github/workflows/update-pre-commit.yml
@@ -14,6 +14,7 @@ permissions:
14
15
jobs:
16
update-pre-commit:
17
+ if: ${{ github.repository == 'learning-process/parallel_programming_course' }}
18
runs-on: ubuntu-latest
19
steps:
20
- name: Checkout repository
0 commit comments