This commit is contained in:
Maurizio Vitale 2023-06-29 16:47:46 +01:00 committed by GitHub
parent 0fa61a2893
commit ad8259ece7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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