From 531600f5ab026852cf72ce71f04ad9088309b81f Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Fri, 16 Apr 2021 15:05:12 +0800 Subject: [PATCH] remove ci setup --- .github/workflows/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 617b66b2..601a6deb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,12 +7,12 @@ on: branches: [ master ] jobs: - setup: - # runs-on: ubuntu-latest - # steps: - - # - name: Startup - # run: echo "No action setup currently needed, skipping..." + # setup: + # runs-on: ubuntu-latest + # steps: + + # - name: Startup + # run: echo "No action setup currently needed, skipping..." build: # needs: setup