Rename workflows to better names. (#222)

This commit is contained in:
Abhilash Raj
2018-03-08 23:50:05 -08:00
committed by GitHub
parent 74847e1f93
commit 14d8e8071c

View File

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