Skip to content

Commit 3d9af16

Browse files
committed
chore: Improve nightly build workflows
1 parent 3ddbb3b commit 3d9af16

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nightly-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ jobs:
9494
| str replace --all $'version = "($version)"' $'version = "($version)-nightly.($build)"'
9595
| save --force $file.name
9696
}
97+
# Disable the following two workflows for the automatic committed changes
98+
rm .github/workflows/ci.yml
99+
rm .github/workflows/audit.yml
97100
git add .
98101
git commit -m $'Update version to ($version)-nightly.($build)'
99102
git tag -a $nightly_tag -m $'Nightly build from ($sha_short)'

0 commit comments

Comments
 (0)