We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d2e52d commit c1ea423Copy full SHA for c1ea423
1 file changed
.github/workflows/main.yml
@@ -96,7 +96,7 @@ jobs:
96
docker-merge:
97
name: Docker Merge
98
runs-on: ubuntu-24.04
99
- if: ${{ github.event_name != 'pull_request' && secrets.GCLOUD_SERVICE_ACCOUNT != '' }}
+ if: ${{ github.event_name != 'pull_request' && github.repository == 'hexpm/diff' }}
100
needs: docker
101
permissions:
102
contents: 'read'
0 commit comments