Update names of jobs

This commit is contained in:
Abhilash Raj
2022-04-14 07:38:07 +00:00
committed by GitHub
parent 941b7f0411
commit a4906c680f

View File

@@ -45,15 +45,15 @@ jobs:
workflows: workflows:
version: 2 version: 2
build-and-deploy-workflow: test-stable:
jobs: jobs:
- build: - stable-build:
rolling: "no" rolling: "no"
filters: filters:
tags: tags:
only: /^v\d+\.\d+\.\d+$/ only: /^v\d+\.\d+\.\d+$/
cron-workflow: cron-builds:
triggers: triggers:
- schedule: - schedule:
cron: "0 0 * * *" cron: "0 0 * * *"
@@ -61,13 +61,13 @@ workflows:
branches: branches:
only: main only: main
jobs: jobs:
- build: - cron-build:
rolling: "yes" rolling: "yes"
context: org-global context: org-global
rolling-workflow: rolling-builds:
jobs: jobs:
- build: - rolling-build:
rolling: "yes" rolling: "yes"
context: org-global context: org-global
filters: filters: