Skip to content

feat: API V2 - Local dev only for now #41

feat: API V2 - Local dev only for now

feat: API V2 - Local dev only for now #41

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')
with:
envs: rdev
path_filters: 'apiv2/**'