We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f59e0 commit 9e844d7Copy full SHA for 9e844d7
1 file changed
.github/workflows/main.yml
@@ -107,7 +107,7 @@ jobs:
107
docker-merge:
108
name: Docker Merge
109
runs-on: ubuntu-24.04
110
- if: ${{ github.event_name != 'pull_request' && secrets.GCLOUD_SERVICE_ACCOUNT != '' }}
+ if: ${{ github.event_name != 'pull_request' && github.repository == 'hexpm/bob' }}
111
needs: docker
112
permissions:
113
contents: 'read'
0 commit comments