From 28347acad0d0dee543c038df16cb5ea83f85c61b Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Wed, 16 Sep 2020 16:53:03 +0100 Subject: [PATCH] ci: remove unused update-qa job (#7329) --- .github/workflows/update-qa.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/update-qa.yml diff --git a/.github/workflows/update-qa.yml b/.github/workflows/update-qa.yml deleted file mode 100644 index 2f608a49cf..0000000000 --- a/.github/workflows/update-qa.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Update QA - -on: - schedule: - - cron: "0 */12 * * *" - -jobs: - build_deploy: - name: Update qa page - runs-on: ubuntu-latest - steps: - - name: Checkout repository - uses: actions/checkout@v1 - - name: Generate and upload golangci-lint results - uses: cosmos/tools/gh-actions/update-cosmos-qa@master - with: - github_token: ${{ secrets.TENDERBOT_TOKEN }}