Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
yokinanya committed Aug 27, 2023
1 parent 9066091 commit 331a45e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/hub-purge.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: clean images cache
on:
push:
workflow_dispatch:
schedule:
- cron: '0 15 * * *'
- cron: '0 21 * * *'

jobs:
purge:
runs-on: ubuntu-latest
steps:
- uses: koki-develop/hub-purge-action@v1
- uses: koki-develop/hub-purge-action@v1.0.3
with:
repository: DangoTown/.github
repository: DangoTown/.github
branch: main
path: profile/README.md

0 comments on commit 331a45e

Please sign in to comment.