From aae80762f8ceeb2531c9097967fcbe588e2f7704 Mon Sep 17 00:00:00 2001 From: Tobias Schaefer Date: Tue, 5 Nov 2024 08:27:43 +0100 Subject: [PATCH] Switch from nightly to weekly (to save energy) --- ...tly-all-combinations.yml => weekly-all-combinations.yml} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{nightly-all-combinations.yml => weekly-all-combinations.yml} (92%) diff --git a/.github/workflows/nightly-all-combinations.yml b/.github/workflows/weekly-all-combinations.yml similarity index 92% rename from .github/workflows/nightly-all-combinations.yml rename to .github/workflows/weekly-all-combinations.yml index 7b308e3f..5e353d01 100644 --- a/.github/workflows/nightly-all-combinations.yml +++ b/.github/workflows/weekly-all-combinations.yml @@ -1,16 +1,16 @@ # This workflow will build a Java project with Gradle # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle -name: Nightly All Combinations +name: Weekly All Combinations on: schedule: - - cron: '0 2 * * *' + - cron: '0 2 * * 0' #Weekly on Sundays workflow_dispatch: jobs: build: - if: github.repository_owner == 'camunda-community-hub' # Don't trigger nightly builds on forks + if: github.repository_owner == 'camunda-community-hub' # Don't trigger weekly builds on forks runs-on: ubuntu-latest strategy: fail-fast: false