Skip to content

Commit a851a84

Browse files
Merge pull request #732 from pyathena-dev/fix/test-workflow-dispatch
Allow dispatching the test workflow manually
2 parents e786739 + 2e89b30 commit a851a84

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
- '**.md'
88
schedule:
99
- 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:
1014

1115
permissions:
1216
id-token: write

0 commit comments

Comments
 (0)