Skip to content

test: add concurrency group #1041

test: add concurrency group

test: add concurrency group #1041

Workflow file for this run

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 }}"