Skip to content

Commit 48ae87f

Browse files
committed
chore(ci): Updated the tag of deploy job to speedup ci
1 parent 3d32c95 commit 48ae87f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitlab/ci/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ push_to_github:
33
- .rules:protected
44
stage: deploy
55
tags:
6-
- deploy
6+
- internet
77
when: on_success
88
image: $CI_DOCKER_REGISTRY/esp-env-v4.4:1
99
variables:
@@ -20,7 +20,7 @@ push_to_github:
2020
stage: deploy_docs
2121
image: $CI_DOCKER_REGISTRY/esp-idf-doc-env-v5.0:4-4
2222
tags:
23-
- deploy
23+
- internet
2424
needs:
2525
- build_docs_html
2626
- build_docs_pdf

.gitlab/ci/rules.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
.patterns-docs: &patterns-docs
1414
- "docs/**/*"
1515
- "components/at/include/*"
16+
- ".gitlab/ci/build_docs.yml"
17+
- ".gitlab/ci/deploy.yml"
18+
- ".gitlab/ci/post_deploy.yml"
1619

1720
.patterns-src: &patterns-src
1821
- "bootloader_components/**/*"

0 commit comments

Comments
 (0)