We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3579793 commit c2b33d1Copy full SHA for c2b33d1
.github/workflows/docker-push-release.yml
@@ -10,6 +10,7 @@ permissions:
10
11
jobs:
12
docker:
13
+ if: github.repository == 'opensearch-project/opensearch-benchmark'
14
runs-on: ubuntu-latest
15
strategy:
16
matrix:
0 commit comments