Skip to content

Commit 96ae031

Browse files
Add a button to auto-launch CI on GitLab on Derecho (NOAA-EMC#4901)
Add 'derecho' boolean input to GitLab pipeline trigger
1 parent 883ebd9 commit 96ae031

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/trigger-gitlab-pipelines.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ on:
3636
description: 'Ursa'
3737
type: boolean
3838
default: false
39+
derecho:
40+
description: 'Derecho'
41+
type: boolean
42+
default: false
3943
# Add more machines by directly using their names as input IDs
4044

4145
jobs:

0 commit comments

Comments
 (0)