Skip to content

feat: Adding multi tomogram relationships #289

feat: Adding multi tomogram relationships

feat: Adding multi tomogram relationships #289

name: Create an RDev Stack
on:
pull_request:
types: [ labeled, synchronize ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
create-stack:
runs-on: [ARM64, self-hosted, Linux]
if: contains(github.event.pull_request.labels.*.name, 'stack')
permissions:
id-token: write
issues: write
pull-requests: write
steps:
- name: Create Stack
id: upsert
uses: chanzuckerberg/argus-artifacts/ci/packages/[email protected]
with:
appName: cryoet-apiv2
envName: rdev
waitForDeploymentSeconds: 300