diff --git a/.github/workflows/clear-cache.yml b/.github/workflows/clear-cache.yml index 39be0aaec..db388e3ae 100644 --- a/.github/workflows/clear-cache.yml +++ b/.github/workflows/clear-cache.yml @@ -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