From e4582265806b6b9679442f8818baad6f750e7117 Mon Sep 17 00:00:00 2001 From: thelastWallE <12502210+thelastWallE@users.noreply.github.com> Date: Wed, 3 Nov 2021 11:01:06 +0100 Subject: [PATCH] remove workflow --- .github/workflows/fakeaction.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .github/workflows/fakeaction.yml diff --git a/.github/workflows/fakeaction.yml b/.github/workflows/fakeaction.yml deleted file mode 100644 index 7100b21..0000000 --- a/.github/workflows/fakeaction.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: FakeAction - -on: - workflow_dispatch: - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - name: Run a one-line script - run: echo ping