diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ae751c32..d8e6a3ee 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -7,6 +7,10 @@ on: - '**.md' schedule: - cron: '0 0 * * 0' + # Allows refreshing the README status badge on demand: the badge reflects + # the latest run on the default branch, which is otherwise only the weekly + # scheduled run and stays red for up to a week after a transient failure. + workflow_dispatch: permissions: id-token: write