ci: disable starship-tests action (#19372)

This commit is contained in:
Julien Robert 2024-02-07 19:36:09 +01:00 committed by GitHub
parent 94c98691a6
commit cd1da8d7ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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