diff --git a/.gitea/workflows/hello-world-yaml b/.gitea/workflows/hello-world-yaml deleted file mode 100644 index 035d355..0000000 --- a/.gitea/workflows/hello-world-yaml +++ /dev/null @@ -1,11 +0,0 @@ -name: Hello World - -on: - workflow_dispatch: - -jobs: - say-hello: - runs-on: ubuntu-latest - steps: - - name: Print Hello World - run: echo "Hello, World!" \ No newline at end of file