Skip to content

chore(main): release apiv2 1.3.0 #180

chore(main): release apiv2 1.3.0

chore(main): release apiv2 1.3.0 #180

name: Docker Build Rdev
on:
pull_request:
types: [ labeled, synchronize ]
paths:
- 'apiv2/**'
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') && github.event.sender.type != 'Bot'
with:
envs: rdev
path_filters: 'apiv2/**'