Skip to content

Commit cd1da8d

Browse files
authored
ci: disable starship-tests action (#19372)
1 parent 94c9869 commit cd1da8d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/starship-tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Starship E2E Tests
22
# E2E tests using Starship, run on a schedule
33
on:
4-
schedule:
5-
- cron: "0 */6 * * *" # every 6 hours
4+
# schedule:
5+
# - cron: "0 */6 * * *" # every 6 hours
6+
workflow_dispatch:
67

78
permissions:
89
contents: read

0 commit comments

Comments
 (0)