diff --git a/.github/workflows/CICD.yaml b/.github/workflows/CICD.yaml index 1c140c7..669f821 100644 --- a/.github/workflows/CICD.yaml +++ b/.github/workflows/CICD.yaml @@ -2,9 +2,7 @@ name: ' CI/CD' on: workflow_dispatch: - schedule: - - cron: '5 4 * * *' - - cron: '5 7 * * *' + schedule: [ cron: '5 4 * * *', cron: '5 7 * * *' ] push: paths-ignore: - '**.md'