ci: disable starship-tests action (#19372)

This commit is contained in:
Julien Robert
2024-02-07 18:36:09 +00:00
committed by GitHub
parent 94c98691a6
commit cd1da8d7ff
+3 -2
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