Skip to content

Commit 156e090

Browse files
committed
Update ordering of workflow options
1 parent 0431a9f commit 156e090

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/infrastructure-deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ on:
2121
default: "all"
2222
type: choice
2323
options:
24-
- engagement-db
25-
- notify-api
26-
- engagement-api
27-
- engagement-web
28-
- dagster
24+
- all
2925
- analytics-api
26+
- dagster
3027
- engagement-analytics
28+
- engagement-api
29+
- engagement-db
30+
- engagement-web
3131
- locust
32-
- all
32+
- notify-api
3333

3434
env:
3535
OC_VERSION: "4.16"

.github/workflows/infrastructure-lint.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ on:
1515
default: "all"
1616
type: choice
1717
options:
18-
- engagement-db
19-
- notify-api
20-
- engagement-api
21-
- engagement-web
18+
- all
2219
- analytics-api
2320
- engagement-analytics
21+
- engagement-api
22+
- engagement-db
23+
- engagement-web
2424
- locust
25-
- all
25+
- notify-api
2626
workflow_call:
2727
inputs:
2828
chart:

0 commit comments

Comments
 (0)