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 }}