watchdog-go: ci動作の条件を変更
/ build-docker-image (pull_request) Failing after 14s Details

This commit is contained in:
usbharu 2024-03-13 11:19:34 +09:00
parent 034dc1f5b3
commit ded519314e
Signed by: usbharu
GPG Key ID: 6556747BF94EEBC8
1 changed files with 1 additions and 1 deletions

View File

@ -34,4 +34,4 @@ jobs:
context: ./watchdog-go
tags: git.usbharu.dev/usbharu/watchdog-go:latest,git.usbharu.dev/usbharu/watchdog-go:${{ github.sha }}
push: $${{ github.event.pull_request.merged == true }}
push: ${{ github.event.pull_request.merged == true }}