From a8ed9801a7e292e722ca6ebcf51d4e12692d85cb Mon Sep 17 00:00:00 2001 From: ndr_brt Date: Thu, 22 Aug 2024 16:22:55 +0200 Subject: [PATCH] ci: rename workflow --- .github/workflows/nightly.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index b5fd4ea5..dbbc1a9e 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -1,4 +1,4 @@ -name: Create and Publish Release +name: Nightly Build on: workflow_dispatch: @@ -29,7 +29,6 @@ jobs: [ ! -z "${{ secrets.DISCORD_WEBHOOK_GITHUB }}" ] && echo "HAS_WEBHOOK=true" >> $GITHUB_OUTPUT exit 0 - Determine-Version: runs-on: ubuntu-latest outputs: @@ -73,7 +72,7 @@ jobs: with: webhook: ${{ secrets.DISCORD_WEBHOOK_GITHUB }} # if the publishing is skipped, that means the preceding test run failed - status: ${{ needs.Publish-Components.result == 'skipped' && 'Failure' || needs.Publish-Artefacts.result }} + status: ${{ needs.Publish-Artefacts.result == 'skipped' && 'Failure' || needs.Publish-Artefacts.result }} title: "Release Build Technology AZURE" description: "Build and publish ${{ needs.Determine-Version.outputs.VERSION }}" username: GitHub Actions