diff --git a/.forgejo/workflows/manual.yml b/.forgejo/workflows/manual.yml new file mode 100644 index 0000000..215578e --- /dev/null +++ b/.forgejo/workflows/manual.yml @@ -0,0 +1,15 @@ +# This file needs to be manually run + +name: Manual Test + +on: + workflow_dispatch: + +jobs: + ls: + name: List + runs-on: docker + steps: + uses: https://forge.niblock.tech/actions/checkout@v4 + run: | + ls ${{ github.workspace }} \ No newline at end of file