ci: remove unused update-qa job (#7329)
This commit is contained in:
parent
b2d48a9e81
commit
28347acad0
17
.github/workflows/update-qa.yml
vendored
17
.github/workflows/update-qa.yml
vendored
@ -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 }}
|
||||
Loading…
Reference in New Issue
Block a user