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
3 changes: 3 additions & 0 deletions .github/workflows/weekly_board_conflicts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:

- name: Run full-file conflict check
id: check
# shell: bash runs with -o pipefail so the script's exit code is not
# masked by `tee` in the pipeline.
shell: bash
run: ./Tools/check_board_types_conflicts.sh | tee conflict_output.txt

# If the sweep failed, open a tracking issue or append to the existing
Expand Down
Loading