watchdog-go: ci動作の条件を変更
/ build-docker-image (pull_request) Has been skipped Details

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

View File

@ -1,6 +1,9 @@
on:
pull_request:
types:
- labeled
- opened
- synchronize
- closed
workflow_dispatch:
@ -15,7 +18,7 @@ jobs:
defaults:
run:
working-directory: ./watchdog-go
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name,'watchdog-go')
if: contains(github.event.pull_request.labels.*.name,'watchdog-go')
steps:
@ -31,4 +34,4 @@ jobs:
context: ./watchdog-go
tags: git.usbharu.dev/usbharu/watchdog-go:latest,git.usbharu.dev/usbharu/watchdog-go:${{ github.sha }}
push: true
push: $${{ github.event.pull_request.merged == true }}