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 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: