diff --git a/.forgejo/workflows/testing.yaml b/.forgejo/workflows/testing.yaml deleted file mode 100644 index 6f4d320..0000000 --- a/.forgejo/workflows/testing.yaml +++ /dev/null @@ -1,15 +0,0 @@ -on: - workflow_dispatch: - inputs: - input_to_update: - description: 'Flake input to update' - required: true - type: string - -jobs: - test: - runs-on: ubuntu-latest - steps: - - run: echo All Good - - run: echo "${{ inputs.input_to_update }}" - shell: bash \ No newline at end of file