preflight
This commit is contained in:
7
.gitea/workflows/preflight.yml
Normal file
7
.gitea/workflows/preflight.yml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
name: preflight-runner-check
|
||||||
|
on: [workflow_dispatch]
|
||||||
|
jobs:
|
||||||
|
check:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: echo PREFLIGHT_RUNNER_OK
|
||||||
Reference in New Issue
Block a user