ci: remove unused update-qa job (#7329)

This commit is contained in:
Alessio Treglia 2020-09-16 16:53:03 +01:00 committed by GitHub
parent b2d48a9e81
commit 28347acad0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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