Skip to content

test: run test w/ new lib (#373) #1101

test: run test w/ new lib (#373)

test: run test w/ new lib (#373) #1101

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