Revert to using the right job names
This commit is contained in:
@@ -47,7 +47,7 @@ workflows:
|
|||||||
version: 2
|
version: 2
|
||||||
test-stable:
|
test-stable:
|
||||||
jobs:
|
jobs:
|
||||||
- stable-build:
|
- build:
|
||||||
rolling: "no"
|
rolling: "no"
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
@@ -61,13 +61,13 @@ workflows:
|
|||||||
branches:
|
branches:
|
||||||
only: main
|
only: main
|
||||||
jobs:
|
jobs:
|
||||||
- cron-build:
|
- build:
|
||||||
rolling: "yes"
|
rolling: "yes"
|
||||||
context: org-global
|
context: org-global
|
||||||
|
|
||||||
rolling-builds:
|
rolling-builds:
|
||||||
jobs:
|
jobs:
|
||||||
- rolling-build:
|
- build:
|
||||||
rolling: "yes"
|
rolling: "yes"
|
||||||
context: org-global
|
context: org-global
|
||||||
filters:
|
filters:
|
||||||
|
|||||||
Reference in New Issue
Block a user