Skip to content

Commit

Permalink
Add clear cache workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitryhil committed May 3, 2024
1 parent 8ca802d commit 9b75717
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/clear-cache.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
name: Clear cache


# FIXME remove !!!
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '0 1 * * 1' # At 01:00 on Monday
workflow_dispatch:

#on:
# workflow_dispatch:

permissions:
actions: write

Expand Down

0 comments on commit 9b75717

Please sign in to comment.