Skip to content

Commit c4fa6ec

Browse files
committed
add label trigger
1 parent 743bcc7 commit c4fa6ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-unified.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- master
1313
- releases/**
1414
pull_request:
15+
types: [opened, synchronize, reopened, labeled]
1516
branches:
1617
- "**"
1718
release:
@@ -41,6 +42,7 @@ permissions:
4142
jobs:
4243
setup:
4344
runs-on: depot-ubuntu-24.04-small
45+
if: ${{ github.event_name != 'pull_request' || github.event.action != 'labeled' || github.event.label.name == 'depot' }}
4446
outputs:
4547
# TODO: Many of the vars below should not be required anymore.
4648
tag: ${{ steps.tag.outputs.tag }}

0 commit comments

Comments
 (0)