From 01e1466682dab9cd9199bd0b881b8fea6fe94a0a Mon Sep 17 00:00:00 2001 From: Idan Horowitz Date: Wed, 14 Apr 2021 23:46:31 +0300 Subject: [PATCH] Meta: Include queued checks in the discord notification's checks filter The previous filter would filter out queued checks as well, which would result in erroneous build success notifications going out if github started the discord notifications workflow before all other workflows. --- .github/workflows/discord.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/discord.yml b/.github/workflows/discord.yml index 64ea46d7a05..dbedd6478ba 100644 --- a/.github/workflows/discord.yml +++ b/.github/workflows/discord.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Wait for tests to finish - uses: IdanHo/action-wait-for-check@890bf0671eeeac09faf19f57deb4397eeccc59aa + uses: IdanHo/action-wait-for-check@7b2192dd83108237d2f2e6518f6351be333a955c id: wait-for-tests if: ${{ (github.event['pull_request'] && github.event['action'] == 'opened' && !(github.event['pull_request'] == 'draft')) || github.event['commits'] }} with: