summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorClementTsang <34804052+ClementTsang@users.noreply.github.com>2023-05-04 01:22:28 -0400
committerClementTsang <34804052+ClementTsang@users.noreply.github.com>2023-05-04 01:22:28 -0400
commit240075ab4a1b0476ad87d6ddc264ea096e43f65a (patch)
tree941f1b4064bebd30ad7caab45c6e4aa6e3e89a6b /.github
parent2051c061159c6795f47c1121081a766b0919d414 (diff)
ci: clarify clear cache instructions
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/clear-workflow-cache.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/clear-workflow-cache.yml b/.github/workflows/clear-workflow-cache.yml
index 6439ff6a..7fce00ae 100644
--- a/.github/workflows/clear-workflow-cache.yml
+++ b/.github/workflows/clear-workflow-cache.yml
@@ -7,7 +7,7 @@ on:
workflow_dispatch:
inputs:
id:
- description: "Which id to clear. Type 'main'/'master'/'all' to clean all."
+ description: "Which id to clear. Type main/master/all to clean all, and keep-main/keep-master to clean all but the main branch."
required: false
pull_request:
types: