Skip to content

Commit b7969ad

Browse files
anoopcs9phlogistonjohn
authored andcommitted
Run push jobs only within repository and not on forks
1 parent fa13deb commit b7969ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
needs: test-server
7070

7171
runs-on: ubuntu-latest
72-
if: github.event_name == 'push'
72+
if: github.event_name == 'push' && github.repository == 'samba-in-kubernetes/samba-container'
7373

7474
steps:
7575
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)