Skip to content

Commit 9e844d7

Browse files
committed
Fix docker-merge job-level if: secrets context is not available there
Use github.repository check instead.
1 parent 02f59e0 commit 9e844d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
docker-merge:
108108
name: Docker Merge
109109
runs-on: ubuntu-24.04
110-
if: ${{ github.event_name != 'pull_request' && secrets.GCLOUD_SERVICE_ACCOUNT != '' }}
110+
if: ${{ github.event_name != 'pull_request' && github.repository == 'hexpm/bob' }}
111111
needs: docker
112112
permissions:
113113
contents: 'read'

0 commit comments

Comments
 (0)