diff --git a/.github/workflows/composer-root-version.yaml b/.github/workflows/composer-root-version.yaml index e88b0e1c..28071e0d 100644 --- a/.github/workflows/composer-root-version.yaml +++ b/.github/workflows/composer-root-version.yaml @@ -4,10 +4,9 @@ on: push: branches: [ main ] pull_request: ~ - -schedule: - # Do not make it the first of the month and/or midnight since it is a very busy time - - cron: "* 10 5 * *" + schedule: + # Do not make it the first of the month and/or midnight since it is a very busy time + - cron: "* 10 5 * *" # See https://stackoverflow.com/a/72408109 concurrency: diff --git a/.github/workflows/e2e-tests.yaml b/.github/workflows/e2e-tests.yaml index 1e105a71..e2321693 100644 --- a/.github/workflows/e2e-tests.yaml +++ b/.github/workflows/e2e-tests.yaml @@ -6,10 +6,9 @@ on: pull_request: ~ release: types: [ created ] - -schedule: - # Do not make it the first of the month and/or midnight since it is a very busy time - - cron: "* 10 5 * *" + schedule: + # Do not make it the first of the month and/or midnight since it is a very busy time + - cron: "* 10 5 * *" # See https://stackoverflow.com/a/72408109 concurrency: diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index a6f2dff8..ab14c5e5 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -4,10 +4,9 @@ on: push: branches: [ main ] pull_request: ~ - -schedule: - # Do not make it the first of the month and/or midnight since it is a very busy time - - cron: "* 10 5 * *" + schedule: + # Do not make it the first of the month and/or midnight since it is a very busy time + - cron: "* 10 5 * *" # See https://stackoverflow.com/a/72408109 concurrency: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 59a30db2..0116a795 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -6,10 +6,9 @@ on: pull_request: ~ release: types: [ created ] - -schedule: - # Do not make it the first of the month and/or midnight since it is a very busy time - - cron: "* 10 5 * *" + schedule: + # Do not make it the first of the month and/or midnight since it is a very busy time + - cron: "* 10 5 * *" # See https://stackoverflow.com/a/72408109 concurrency: diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index 3df94d75..7664b859 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -6,9 +6,9 @@ on: pull_request: ~ release: types: [ created ] -schedule: - # Do not make it the first of the month and/or midnight since it is a very busy time - - cron: "* 10 5 * *" + schedule: + # Do not make it the first of the month and/or midnight since it is a very busy time + - cron: "* 10 5 * *" # See https://stackoverflow.com/a/72408109 concurrency: diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 8a9af362..4fceb0d4 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -6,10 +6,9 @@ on: pull_request: ~ release: types: [ created ] ~ - -schedule: - # Do not make it the first of the month and/or midnight since it is a very busy time - - cron: "* 10 5 * *" + schedule: + # Do not make it the first of the month and/or midnight since it is a very busy time + - cron: "* 10 5 * *" # See https://stackoverflow.com/a/72408109 concurrency: