mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
GHA: Fix nightly build notifications
This commit is contained in:
parent
4362f9e0df
commit
53b96db0d5
2 changed files with 3 additions and 2 deletions
3
.github/workflows/juce_private_build.yml
vendored
3
.github/workflows/juce_private_build.yml
vendored
|
|
@ -38,6 +38,7 @@ jobs:
|
||||||
context: CI
|
context: CI
|
||||||
targetUrl: ${{ env.target_url }}
|
targetUrl: ${{ env.target_url }}
|
||||||
build:
|
build:
|
||||||
|
if: ${{ always() && (needs.setup.result == 'success' || needs.setup.result == 'skipped') }}
|
||||||
needs: [setup]
|
needs: [setup]
|
||||||
name: .
|
name: .
|
||||||
# Not having the ability to do a dynamic 'uses' call is a real pain. To
|
# Not having the ability to do a dynamic 'uses' call is a real pain. To
|
||||||
|
|
@ -78,7 +79,7 @@ jobs:
|
||||||
description: ${{ env.result }}
|
description: ${{ env.result }}
|
||||||
targetUrl: ${{ env.target_url }}
|
targetUrl: ${{ env.target_url }}
|
||||||
notify:
|
notify:
|
||||||
if: ${{ always() && !contains(needs.*.result, 'cancelled') && inputs.nightly-targets == '[]' }}
|
if: ${{ always() && !contains(needs.*.result, 'cancelled') && !startsWith(inputs.triggerer, 'Nightly Build') }}
|
||||||
needs: [setup, build, deploy, docs]
|
needs: [setup, build, deploy, docs]
|
||||||
name: Notify
|
name: Notify
|
||||||
uses: juce-framework/JUCE-utils/.github/workflows/notify.yml@master
|
uses: juce-framework/JUCE-utils/.github/workflows/notify.yml@master
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
juce-private-nightly-trigger:
|
juce-private-nightly-trigger:
|
||||||
if: github.repository == 'juce-framework/JUCE-dev'
|
if: github.repository == 'juce-framework/JUCE-dev'
|
||||||
name: JUCE Push Trigger
|
name: JUCE Nightly Trigger
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.2.2
|
- uses: actions/checkout@v4.2.2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue