diff --git a/.gitea/workflows/ping.yml b/.gitea/workflows/ping.yml deleted file mode 100644 index 8d93e77..0000000 --- a/.gitea/workflows/ping.yml +++ /dev/null @@ -1,10 +0,0 @@ -name: PING - -on: - push: - -jobs: - ping: - runs-on: ubuntu-latest - steps: - - run: echo "PING OK"