Revert to using the right job names

This commit is contained in:
Abhilash Raj
2022-04-14 07:42:12 +00:00
committed by GitHub
parent c69b5c5d42
commit 02d9203a8f

View File

@@ -47,7 +47,7 @@ workflows:
version: 2
test-stable:
jobs:
- stable-build:
- build:
rolling: "no"
filters:
tags:
@@ -61,13 +61,13 @@ workflows:
branches:
only: main
jobs:
- cron-build:
- build:
rolling: "yes"
context: org-global
rolling-builds:
jobs:
- rolling-build:
- build:
rolling: "yes"
context: org-global
filters: