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
10 changes: 1 addition & 9 deletions .github/workflows/clean-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ name: Clean PR checks
# Warning: the check_* keys are magic and must consist of the string
# "check_" followed by the applicable check name exactly. The
# "description" field is only the human-readable label for the input.
'check_build/O2/o2':
description: build/O2/o2
type: boolean
default: true
'check_build/AliceO2/O2/o2/macOS':
description: build/AliceO2/O2/o2/macOS
type: boolean
Expand All @@ -31,14 +27,10 @@ name: Clean PR checks
description: build/AliceO2/O2/o2/macOS-arm
type: boolean
default: true
'check_build/O2/fullCI':
'check_build/O2/fullCI_slc9':
description: build/O2/fullCI
type: boolean
default: true
'check_build/O2/o2-cs8':
description: build/O2/o2-cs8
type: boolean
default: true
'check_build/O2/o2-dataflow-cs8':
description: build/O2/o2-dataflow-cs8
type: boolean
Expand Down