Include number of expected runners in reconciliation metric (#396) #1115
Workflow file for this run
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: Push Event Tests | |
on: | |
push: | |
branches: | |
- push-e2e-* | |
jobs: | |
push-event-tests: | |
runs-on: [self-hosted, linux, "${{ github.ref_name }}"] | |
steps: | |
- name: Echo runner name | |
run: | | |
echo "Hello, runner: ${{ github.ref_name }}" |