This commit is contained in:
Maurizio Vitale
2023-06-29 16:47:46 +01:00
committed by GitHub
parent 0fa61a2893
commit ad8259ece7

View File

@@ -3,7 +3,7 @@ name: "cron e2e daily"
on:
workflow_dispatch:
schedule:
- cron: '0 12 * * *'
- cron: '0 * * * *'
env:
BASE_REF: ${{ github.base_ref }}