mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00: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
Notes:
sideshowbarker
2024-07-18 20:19:26 +09:00
Author: https://github.com/IdanHo Commit: https://github.com/SerenityOS/serenity/commit/01e1466682d Pull-request: https://github.com/SerenityOS/serenity/pull/6331
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…
Reference in a new issue