Skip to content

Commit c2b33d1

Browse files
authored
Skip running the Docker release workflow in forks of the authoritative repository (#766)
Signed-off-by: Govind Kamat <[email protected]>
1 parent 3579793 commit c2b33d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-push-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ permissions:
1010

1111
jobs:
1212
docker:
13+
if: github.repository == 'opensearch-project/opensearch-benchmark'
1314
runs-on: ubuntu-latest
1415
strategy:
1516
matrix:

0 commit comments

Comments
 (0)