Remove workflow
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
name: Hello World
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main # or your default branch
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: self-hosted
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Print Hello World
|
||||
run: |
|
||||
echo "Hello, Gitea runner!"
|
||||
Reference in New Issue
Block a user