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