Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 58ac2cf

Browse files
committed
Disable some GitHub Workflows
1 parent cc9dc6b commit 58ac2cf

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

.github/main.workflow

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
workflow "Build & Release Manifest" {
2-
on = "push"
3-
resolves = ["manifest-build-and-tag"]
4-
}
5-
6-
action "manifest-build-and-tag" {
7-
uses = "./tools/docker/github"
8-
runs = ["python", "tools/ci/manifest_build.py"]
9-
secrets = ["GITHUB_TOKEN"]
10-
}
11-
12-
workflow "Build & Publish Documentation Website" {
13-
on = "push"
14-
resolves = ["website-build-and-publish"]
15-
}
16-
17-
action "website-build-and-publish" {
18-
uses = "./tools/docker/documentation"
19-
runs = ["/bin/bash", "tools/ci/website_build.sh"]
20-
secrets = ["DEPLOY_TOKEN"]
21-
}
1+
#workflow "Build & Release Manifest" {
2+
# on = "push"
3+
# resolves = ["manifest-build-and-tag"]
4+
#}
5+
#
6+
#action "manifest-build-and-tag" {
7+
# uses = "./tools/docker/github"
8+
# runs = ["python", "tools/ci/manifest_build.py"]
9+
# secrets = ["GITHUB_TOKEN"]
10+
#}
11+
#
12+
#workflow "Build & Publish Documentation Website" {
13+
# on = "push"
14+
# resolves = ["website-build-and-publish"]
15+
#}
16+
#
17+
#action "website-build-and-publish" {
18+
# uses = "./tools/docker/documentation"
19+
# runs = ["/bin/bash", "tools/ci/website_build.sh"]
20+
# secrets = ["DEPLOY_TOKEN"]
21+
#}
2222

2323
workflow "Synchronize the Pull Request Preview" {
2424
on = "pull_request"

0 commit comments

Comments
 (0)