Skip to content

build on push but only if there's an associated PR with a 'stack' label #35

build on push but only if there's an associated PR with a 'stack' label

build on push but only if there's an associated PR with a 'stack' label #35

name: Docker Build Rdev
on:
pull_request:
types: [ labeled, synchronize ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
rdev_argus_builder:
uses: ./.github/workflows/workflow-argus-docker-build.yaml
secrets: inherit
if: contains(github.event.pull_request.labels.*.name, 'stack')
with:
envs: rdev
path_filters: 'apiv2/**'
branches_ignore: main,release-please--branches--main