ci: fix new job naming

This commit is contained in:
Ben Moore
2020-03-30 15:28:16 -05:00
parent 27315c4b74
commit 52e99ccf1f
+2 -2
View File
@@ -140,7 +140,7 @@ workflows:
only: /^\d+\.\d+\.\d+$/ only: /^\d+\.\d+\.\d+$/
branches: branches:
only: master only: master
- standards: - checks:
filters: filters:
tags: tags:
only: /^\d+\.\d+\.\d+$/ only: /^\d+\.\d+\.\d+$/
@@ -152,7 +152,7 @@ workflows:
context: genesis-svn context: genesis-svn
requires: requires:
- checkout - checkout
- standards - checks
filters: filters:
tags: tags:
only: /^\d+\.\d+\.\d+$/ only: /^\d+\.\d+\.\d+$/