Skip to content

Commit 7d93fee

Browse files
committed
Remove scheduled run of documentation on release branch
1 parent b9e74ea commit 7d93fee

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish-latest-minor-gh-pages.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@
44
# Description
55
# Use Hugo to build static site and publish to gh-pages
66
#
7-
name: "PublishGitHubPages"
7+
name: "PublishLatestMinorGitHubPages"
88

99
on:
1010
push:
1111
branches:
1212
- release/4.0
1313
paths:
1414
- 'documentation/**'
15-
schedule:
16-
- cron: '15 3 * * *'
1715

1816
defaults:
1917
run:

0 commit comments

Comments
 (0)