Skip to content

Commit 7affdb3

Browse files
pourmand1376pecey
authored andcommitted
Skip Docker Image on Forked Images (alshedivat#767)
1 parent 36eb585 commit 7affdb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-image.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
build:
1212

1313
runs-on: ubuntu-latest
14-
14+
if: github.repository_owner == 'alshedivat'
15+
1516
steps:
1617
- name: Checkout
1718
uses: actions/checkout@v2

0 commit comments

Comments
 (0)