diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml deleted file mode 100644 index 51a349e..0000000 --- a/.forgejo/workflows/demo.yml +++ /dev/null @@ -1,8 +0,0 @@ -name: Actions Demo -run-name: Testing out Actions 🚀 -on: [push] -jobs: - test: - runs-on: ubuntu-latest - steps: - - run: echo All Good \ No newline at end of file