Skip to content

Commit 7871f61

Browse files
authored
Add staging build option to clean-test workflow
Add a new boolean option for staging build in workflow
1 parent ac21189 commit 7871f61

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/clean-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ name: Clean PR checks
3434
type: boolean
3535
default: true
3636

37+
'check_build/O2Physics/staging':
38+
description: build/O2Physics/staging
39+
type: boolean
40+
default: true
41+
3742
permissions: {}
3843

3944
jobs:

0 commit comments

Comments
 (0)