Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[update-labels] Update labels even on non-success runs
- Required to update labels for BrCh-Code when it fails
  • Loading branch information
mikeharder committed Jul 30, 2025
commit 92024175a3d983a4f60ca1cf03422bd389974dd6
3 changes: 0 additions & 3 deletions .github/workflows/update-labels.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: Update Labels

on:
Expand All @@ -19,9 +19,6 @@
update-labels:
name: Update Labels

# Only process labels from successful workflows
if: ${{ github.event.workflow_run.conclusion == 'success' }}

runs-on: ubuntu-24.04

steps:
Expand Down
Loading