Skip to content

echo hello

echo hello #7

Workflow file for this run

name: test for public
on:
pull_request:
branches: [ master ]
jobs:
test_job:
runs-on: [ self-hosted ]
steps:
- name: my mini workflow
run: |
echo "hello"