Skip to content

Commit cd10b9c

Browse files
authored
Update and rename yml_test to yml_test.yml
1 parent 545e6df commit cd10b9c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/yml_test

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/yml_test.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: test yml exp
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
job1:
8+
runs-on: self-hosted
9+
steps:
10+
- name: test
11+
run: echo "hello ${{ github.actor }}"

0 commit comments

Comments
 (0)