Skip to content

Update runner label without ephemeral #6

Update runner label without ephemeral

Update runner label without ephemeral #6

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: [self-hosted-ubuntu-latest-arm64]
steps:
- run: echo "Hello, runners!"