summaryrefslogtreecommitdiffstats
path: root/.github/workflows/clear-workflow-cache.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/clear-workflow-cache.yml')
-rw-r--r--.github/workflows/clear-workflow-cache.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/clear-workflow-cache.yml b/.github/workflows/clear-workflow-cache.yml
index 17b09361..6d6ca6c9 100644
--- a/.github/workflows/clear-workflow-cache.yml
+++ b/.github/workflows/clear-workflow-cache.yml
@@ -30,9 +30,9 @@ jobs:
- name: Clear cache
run: |
if [[ -n "${{ github.event.schedule }}" ]]; then
- python ./scripts/clear_cache.py keep-master
+ python ./scripts/clear_cache.py keep-main
sleep 5
- python ./scripts/clear_cache.py keep-master
+ python ./scripts/clear_cache.py keep-main
elif [[ -z "${{ github.event.inputs.id }}" ]]; then
python ./scripts/clear_cache.py ${{ github.event.pull_request.number }}
sleep 5