Skip to content

Commit

Permalink
Switch from nightly to weekly (to save energy)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasschaefer committed Nov 5, 2024
1 parent 8bda400 commit aae8076
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit aae8076

Please sign in to comment.