Skip to content

Commit 1337f21

Browse files
committed
Add condition to run build job only for non-forked repositories
1 parent 7cd8588 commit 1337f21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/push_docker_hub.yml

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

1515
jobs:
1616
build:
17+
if: github.event.repository.fork == false
1718
runs-on: ubuntu-latest
1819
steps:
1920
- name: Check Out Repo

0 commit comments

Comments
 (0)