Skip to content

test yml exp

test yml exp #1

Workflow file for this run

name: test yml exp
on:
workflow_dispatch:
jobs:
job1:
runs-on: self-hosted
steps:
- name: test
run: |
echo "hello ${{ github.actor }}"
sleep 30