Commit ff096037 authored by Mahmood Ali's avatar Mahmood Ali
Browse files

ci: ignore docs only changes

Skip running backend and UI changes for docs/website updates, as
indicated by branch name.
Showing with 15 additions and 0 deletions
+15 -0
......@@ -805,77 +805,90 @@ workflows:
branches:
ignore:
- /^.-ui\b.*/
- /^docs-.*/
- stable-website
- test-client:
filters:
branches:
ignore:
- /^.-ui\b.*/
- /^docs-.*/
- stable-website
- test-nomad:
filters:
branches:
ignore:
- /^.-ui\b.*/
- /^docs-.*/
- stable-website
- test-api:
filters:
branches:
ignore:
- /^.-ui\b.*/
- /^docs-.*/
- stable-website
- test-devices:
filters:
branches:
ignore:
- /^.-ui\b.*/
- /^docs-.*/
- stable-website
- test-other:
filters:
branches:
ignore:
- /^.-ui\b.*/
- /^docs-.*/
- stable-website
- test-docker:
filters:
branches:
ignore:
- /^.-ui\b.*/
- /^docs-.*/
- stable-website
- test-exec:
filters:
branches:
ignore:
- /^.-ui\b.*/
- /^docs-.*/
- stable-website
- test-shared-exec:
filters:
branches:
ignore:
- /^.-ui\b.*/
- /^docs-.*/
- stable-website
- test-32bit:
filters:
branches:
ignore:
- /^.-ui\b.*/
- /^docs-.*/
- stable-website
- test-e2e:
filters:
branches:
ignore:
- /^.-ui\b.*/
- /^docs-.*/
- stable-website
- test-ui:
filters:
branches:
ignore:
- stable-website
- /^docs-.*/
- test-website:
filters:
branches:
ignore:
- /^.-ui\b.*/
- /^docs-.*/
- stable-website
website:
jobs:
......
......@@ -5,6 +5,7 @@ jobs:
branches:
ignore:
- /^.-ui\b.*/
- /^docs-.*/
- stable-website
- test-machine:
name: "test-client"
......@@ -58,5 +59,6 @@ jobs:
branches:
ignore:
- stable-website
- /^docs-.*/
- test-website:
filters: *backend_branches_filter
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment