Skip to content

Commit

Permalink
feat: combine run condition
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Oct 1, 2023
1 parent c6bcde7 commit 5c32ff3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,11 @@ jobs:

Post-To-Discord:
needs: [ Publish-components, Determine-Version, Secrets-Presence ]
if: |
needs.Secrets-Presence.outputs.HAS_WEBHOOK
if: "needs.Secrets-Presence.outputs.HAS_WEBHOOK && always()"
runs-on: ubuntu-latest
steps:
- uses: sarisia/actions-status-discord@v1
name: "Invoke discord webhook"
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK_GITHUB }}
title: "Nightly Build"
Expand Down

0 comments on commit 5c32ff3

Please sign in to comment.