From 152ea3da15f7c3f1900b9e198612cbea346f13cd Mon Sep 17 00:00:00 2001 From: Sergio Martins Date: Mon, 6 Jan 2025 18:17:35 +0000 Subject: [PATCH] ci: Move more workflows to 'push' instead of scheduled We have low commit volume nowadays --- .github/workflows/asan5.yml | 12 +++++++++--- .github/workflows/qt6-asan.yml | 12 +++++++++--- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/.github/workflows/asan5.yml b/.github/workflows/asan5.yml index d6631162c..8d3954214 100644 --- a/.github/workflows/asan5.yml +++ b/.github/workflows/asan5.yml @@ -2,11 +2,17 @@ # # SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only -name: Nightly ASAN Qt5 +name: ASAN Qt5 on: - schedule: - - cron: '0 3 * * *' + push: + branches: + - main + - 2.2 + pull_request: + branches: + - main + - 2.2 workflow_dispatch: jobs: diff --git a/.github/workflows/qt6-asan.yml b/.github/workflows/qt6-asan.yml index d108fc3a7..13fd7a665 100644 --- a/.github/workflows/qt6-asan.yml +++ b/.github/workflows/qt6-asan.yml @@ -2,11 +2,17 @@ # # SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only -name: Nightly Qt6 ASAN build +name: Qt6 ASAN build on: - schedule: - - cron: '0 3 * * *' + push: + branches: + - main + - 2.2 + pull_request: + branches: + - main + - 2.2 workflow_dispatch: jobs: