Skip to content

Commit

Permalink
add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Jul 12, 2023
1 parent 9a781c8 commit f47c521
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
jobs:
purge-old-caches:
name: Purge old caches
runs-on: ubuntu-22.04
steps:
- name: Checkout this repo
uses: actions/checkout@v3
- name: Purge caches
uses: ./.
with:
debug: true
# 3 days
max-age: 259200

"on":
push:
workflow_dispatch:

0 comments on commit f47c521

Please sign in to comment.