.github/workflows: notify recovery after schedule event

Notify recovery on IRC even after a faulure in the schedule event.
Schedule events are recognized as default branch events, so we can't
filter by the dev branch to get last status.

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono 2024-10-26 22:48:17 +09:00
parent ae00d0c022
commit 257912c328
No known key found for this signature in database
GPG Key ID: 91CA2604719DDA61

View File

@ -15,7 +15,6 @@ jobs:
- name: Prepare job
run: |
LAST_STATUS=$(gh run list -R ${GITHUB_REPOSITORY} \
--branch=dev \
--workflow=pkgcheck.yml \
--status=completed \
--json=event,conclusion \