From 515d0da278b7e4eb4d1db52cdaaab266bd93ff21 Mon Sep 17 00:00:00 2001 From: Vitalii Koshura Date: Mon, 6 Nov 2023 21:48:24 +0100 Subject: [PATCH] [CI] Run all actions nightly instead of weekly except coverity Signed-off-by: Vitalii Koshura --- .github/workflows/android.yml | 2 +- .github/workflows/linux.yml | 2 +- .github/workflows/mingw.yml | 2 +- .github/workflows/osx.yml | 2 +- .github/workflows/snap.yml | 2 +- .github/workflows/source-code-check.yml | 2 +- .github/workflows/wasm.yml | 2 +- .github/workflows/windows.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 227225ef589..c0482958ce9 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -23,7 +23,7 @@ on: pull_request: branches: [ master ] schedule: - - cron: '0 0 * * 0' + - cron: '0 0 * * *' concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index c4461df8f08..29cda927c23 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -23,7 +23,7 @@ on: pull_request: branches: [ master ] schedule: - - cron: '0 0 * * 0' + - cron: '0 0 * * *' concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index f93c9528977..e7f78f950ff 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -23,7 +23,7 @@ on: pull_request: branches: [ master ] schedule: - - cron: '0 0 * * 0' + - cron: '0 0 * * *' concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} diff --git a/.github/workflows/osx.yml b/.github/workflows/osx.yml index d85610c25f2..43ca6f49fea 100644 --- a/.github/workflows/osx.yml +++ b/.github/workflows/osx.yml @@ -23,7 +23,7 @@ on: pull_request: branches: [ master ] schedule: - - cron: '0 0 * * 0' + - cron: '0 0 * * *' concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} diff --git a/.github/workflows/snap.yml b/.github/workflows/snap.yml index 0a8e9d36903..d6699f1d1f9 100644 --- a/.github/workflows/snap.yml +++ b/.github/workflows/snap.yml @@ -23,7 +23,7 @@ on: pull_request: branches: [ master ] schedule: - - cron: '0 0 * * 0' + - cron: '0 0 * * *' concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} diff --git a/.github/workflows/source-code-check.yml b/.github/workflows/source-code-check.yml index fa734fe8286..2daebe4b3ca 100644 --- a/.github/workflows/source-code-check.yml +++ b/.github/workflows/source-code-check.yml @@ -23,7 +23,7 @@ on: pull_request: branches: [ master ] schedule: - - cron: '0 0 * * 0' + - cron: '0 0 * * *' concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} diff --git a/.github/workflows/wasm.yml b/.github/workflows/wasm.yml index d29db3de6e3..a31ba24de30 100644 --- a/.github/workflows/wasm.yml +++ b/.github/workflows/wasm.yml @@ -23,7 +23,7 @@ on: pull_request: branches: [ master ] schedule: - - cron: '0 0 * * 0' + - cron: '0 0 * * *' concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index bc650954342..d3515c66771 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -23,7 +23,7 @@ on: pull_request: branches: [ master ] schedule: - - cron: '0 0 * * 0' + - cron: '0 0 * * *' concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}