Probe workflow (dispatch diagnostic)
This commit is contained in:
parent
d8adbb76cf
commit
a7aade37d6
15
.gitea/workflows/probe.yml
Normal file
15
.gitea/workflows/probe.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
name: Probe
|
||||||
|
|
||||||
|
"on":
|
||||||
|
push:
|
||||||
|
branches: ['**']
|
||||||
|
pull_request:
|
||||||
|
branches: ['**']
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: host
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: Echo
|
||||||
|
run: echo "probe ok"
|
||||||
Loading…
x
Reference in New Issue
Block a user