Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 97b3bbf

Browse files
ci: disable weekly-docs temporarily (#15484)
I updated it in #15424 and it's doing suspect things to block PRs 🙃 https://github.com/coder/coder/actions/runs/11797850940/job/32862729001?pr=15482
1 parent 30e6fbd commit 97b3bbf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/weekly-docs.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
schedule:
55
- cron: "0 9 * * 1"
66
workflow_dispatch: # allows to run manually for testing
7-
pull_request:
8-
branches:
9-
- main
10-
paths:
11-
- "docs/**"
7+
# pull_request:
8+
# branches:
9+
# - main
10+
# paths:
11+
# - "docs/**"
1212

1313
permissions:
1414
contents: read

0 commit comments

Comments
 (0)