Skip to content

Commit

Permalink
Merge pull request #25382 from cbjeukendrup/disable_443_nightlies
Browse files Browse the repository at this point in the history
Disable 4.4.3 nightly builds
  • Loading branch information
cbjeukendrup authored Oct 30, 2024
2 parents 630ee1b + 55d87d1 commit 21d267a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ run-name: "${{ github.event.schedule == '0 3 * * *' && 'Build: Nightly - master
on:
schedule:
- cron: "0 3 * * *" # Every night at 03:00 for master branch
- cron: "0 4 * * *" # Every night at 04:00 for current release branch
# - cron: "0 4 * * *" # Every night at 04:00 for current release branch
workflow_dispatch:

permissions:
actions: write

env:
CURRENT_RELEASE_BRANCH: 4.4.3
IS_CURRENT_RELEASE_BRANCH: ${{ github.event.schedule == '0 4 * * *' && 'true' || 'false' }}
# env:
# CURRENT_RELEASE_BRANCH: 4.4.3
# IS_CURRENT_RELEASE_BRANCH: ${{ github.event.schedule == '0 4 * * *' && 'true' || 'false' }}

jobs:
trigger_nightly:
Expand Down

0 comments on commit 21d267a

Please sign in to comment.