We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94c9869 commit cd1da8dCopy full SHA for cd1da8d
1 file changed
.github/workflows/starship-tests.yml
@@ -1,8 +1,9 @@
1
name: Starship E2E Tests
2
# E2E tests using Starship, run on a schedule
3
on:
4
- schedule:
5
- - cron: "0 */6 * * *" # every 6 hours
+ # schedule:
+ # - cron: "0 */6 * * *" # every 6 hours
6
+ workflow_dispatch:
7
8
permissions:
9
contents: read
0 commit comments