Skip to content

Commit

Permalink
ci: disable starship-tests action (#19372)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt authored Feb 7, 2024
1 parent 94c9869 commit cd1da8d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/starship-tests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Starship E2E Tests
# E2E tests using Starship, run on a schedule
on:
schedule:
- cron: "0 */6 * * *" # every 6 hours
# schedule:
# - cron: "0 */6 * * *" # every 6 hours
workflow_dispatch:

permissions:
contents: read
Expand Down

0 comments on commit cd1da8d

Please sign in to comment.