Rename workflows to better names. (#222)
This commit is contained in:
@@ -42,11 +42,11 @@ jobs:
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
commit-workflow:
|
||||
test-workflow:
|
||||
jobs:
|
||||
- build
|
||||
|
||||
scheduled-workflow:
|
||||
cron-workflow:
|
||||
triggers:
|
||||
- schedule:
|
||||
cron: "0 0 * * *"
|
||||
@@ -57,7 +57,7 @@ workflows:
|
||||
- build:
|
||||
context: org-global
|
||||
|
||||
push-dev:
|
||||
rolling-workflow:
|
||||
jobs:
|
||||
- build:
|
||||
context: org-global
|
||||
|
||||
Reference in New Issue
Block a user