Skip to content

aws-debug-prod

aws-debug-prod #3

Workflow file for this run

name: ci
on:
push:
branches:
- test-ci
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build-and-verify:
name: Build and verify
runs-on: [aws-debug-prod]
steps:
- run: echo "Hello, runners!"