From 4f1af1f75ed8cb00945944dc8bdab6e1516e1be4 Mon Sep 17 00:00:00 2001 From: Michael Telgmann Date: Thu, 24 Aug 2023 11:10:06 +0200 Subject: [PATCH] ci: Adjust runs of CI jobs --- .github/workflows/tests-launcher.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests-launcher.yml b/.github/workflows/tests-launcher.yml index 81ec090b..036337d9 100644 --- a/.github/workflows/tests-launcher.yml +++ b/.github/workflows/tests-launcher.yml @@ -1,10 +1,13 @@ name: Run on: + pull_request: workflow_dispatch: push: + branches: + - main schedule: - - cron: '30 02 * * *' + - cron: '01 01 * * *' concurrency: group: ${{ github.head_ref || github.run_id }}