We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e786739 + 2e89b30 commit a851a84Copy full SHA for a851a84
1 file changed
.github/workflows/test.yaml
@@ -7,6 +7,10 @@ on:
7
- '**.md'
8
schedule:
9
- cron: '0 0 * * 0'
10
+ # Allows refreshing the README status badge on demand: the badge reflects
11
+ # the latest run on the default branch, which is otherwise only the weekly
12
+ # scheduled run and stays red for up to a week after a transient failure.
13
+ workflow_dispatch:
14
15
permissions:
16
id-token: write
0 commit comments