From af0684eb27cac99a2300e4daa005724c3839fa7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= <5175937+theofidry@users.noreply.github.com> Date: Sat, 14 Oct 2023 10:35:02 +0200 Subject: [PATCH] ci: Fix workflow configuration (#855) --- .github/workflows/composer-root-version.yaml | 7 +++---- .github/workflows/e2e-tests.yaml | 7 +++---- .github/workflows/lint.yaml | 7 +++---- .github/workflows/release.yaml | 7 +++---- .github/workflows/security.yaml | 6 +++--- .github/workflows/tests.yaml | 7 +++---- 6 files changed, 18 insertions(+), 23 deletions(-) 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: