Skip to content

Commit 2728645

Browse files
authored
[CI] Run Docker job only in the original repo (#619)
1 parent 02b28c4 commit 2728645

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
build-and-push:
2020
name: Build & Push Docker Image
2121
runs-on: ubuntu-latest
22+
if: github.repository == 'learning-process/parallel_programming_course'
2223

2324
steps:
2425
- name: Check out code

0 commit comments

Comments
 (0)