mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
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.
This commit is contained in:
parent
b3eb55ec9a
commit
01e1466682
1 changed files with 1 additions and 1 deletions
2
.github/workflows/discord.yml
vendored
2
.github/workflows/discord.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue