Skip to content

Commit

Permalink
chore: rename provider and remove unneeded boilerplate (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
corymhall authored Jun 17, 2024
1 parent 001c8d1 commit d76596c
Show file tree
Hide file tree
Showing 62 changed files with 1,828 additions and 1,687 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/artifact-cleanup.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
jobs:
remove-old-artifacts:
runs-on: ubuntu-latest
steps:
- name: Remove old artifacts
uses: c-hive/gha-remove-artifacts@v1
with:
age: 1 month
skip-tags: true
name: cleanup
"on":
schedule:
- cron: 0 1 * * *
Loading

0 comments on commit d76596c

Please sign in to comment.