cleanup, remove -race flag when testing (requires CGO)

This commit is contained in:
Jason Kulatunga
2022-06-26 20:43:03 -07:00
parent 6e0321f488
commit 316ce856f7
4 changed files with 1 additions and 45 deletions
@@ -1,19 +0,0 @@
name: Cleanup Artifacts
on:
schedule:
# Every day at 1am
- cron: '0 1 * * *'
jobs:
remove-old-artifacts:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Remove old artifacts
uses: c-hive/gha-remove-artifacts@v1
with:
age: '1 day'
skip-tags: true
skip-recent: 5