Skip to content

Commit

Permalink
feat: add 'on workflow_run' run condition
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Dec 13, 2024
1 parent 9090dcd commit 3f5c935
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ on:
paths-ignore:
- '.github/workflows/build-containers.yml'
workflow_dispatch:

workflow_run:
workflows: ["add-tag"]
types:
- completed

concurrency:
group: '${{ github.workflow }}-${{ github.job }}-${{ github.head_ref || github.ref_name }}'
cancel-in-progress: true
Expand Down

0 comments on commit 3f5c935

Please sign in to comment.