Skip to content

Merge branch 'main' into renovate/cosl-0.x #979

Merge branch 'main' into renovate/cosl-0.x

Merge branch 'main' into renovate/cosl-0.x #979

Workflow file for this run

name: Push Event Tests
on:
push:
branches:
- push-e2e-*
jobs:
push-event-tests:
runs-on: [self-hosted, linux, x64, "${{ github.ref_name }}"]
steps:
- name: Echo runner name
run: |
echo "Hello, runner: ${{ github.ref_name }}"