fix: add hyphen to schema version regex

- Current regex works for dev, master and semvers
- It doesn't work for issue branches
2 jobs for 26-add-hyphen-to-regex-for-version in 1 minute and 2 seconds (queued for 1 second)

View job dependencies in the pipeline graph!

You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the needs: keyword to establish job dependencies in your CI/CD pipelines. Learn how to speed up your pipeline with needs.

Provide feedback
Status Job ID Name Coverage
  Lint
failed #945005
docker
lint

00:01:02

 
  Test
skipped #945006
shell
test
 
Name Stage Failure
failed
lint Lint
[warn] CHANGELOG.md
[warn] Code style issues found in the above file. Forgot to run Prettier?
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Running after_script
Uploading artifacts for failed job
ERROR: Job failed: exit code 1

Speed up your pipelines with Needs relationships

Using the needs keyword makes jobs run before their stage is reached. Jobs run as soon as their needs relationships are met, which speeds up your pipelines.

If you add needs to jobs in your pipeline you'll be able to view the needs relationships between jobs in this tab as a Directed Acyclic Graph (DAG).