Skip to content

Commit c1ea423

Browse files
committed
Fix docker-merge job-level if: secrets context is not available there
Use github.repository check instead.
1 parent 8d2e52d commit c1ea423

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
@@ -96,7 +96,7 @@ jobs:
9696
docker-merge:
9797
name: Docker Merge
9898
runs-on: ubuntu-24.04
99-
if: ${{ github.event_name != 'pull_request' && secrets.GCLOUD_SERVICE_ACCOUNT != '' }}
99+
if: ${{ github.event_name != 'pull_request' && github.repository == 'hexpm/diff' }}
100100
needs: docker
101101
permissions:
102102
contents: 'read'

0 commit comments

Comments
 (0)