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 02b28c4 commit 2728645Copy full SHA for 2728645
.github/workflows/docker.yml
@@ -19,6 +19,7 @@ jobs:
19
build-and-push:
20
name: Build & Push Docker Image
21
runs-on: ubuntu-latest
22
+ if: github.repository == 'learning-process/parallel_programming_course'
23
24
steps:
25
- name: Check out code
0 commit comments