feat: Expand the Tomgram importer hash function to include processing software #379
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |