添加 Gitea Actions 工作流文件,用于测试 runner 访问控制系统
Test Runner Access Control / test (push) Failing after 12m14s
Test Runner Access Control / test (push) Failing after 12m14s
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
name: Test Runner Access Control
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Hello World
|
||||||
|
run: echo HelloWorld
|
||||||
Reference in New Issue
Block a user