Skip to content

Commit 2875877

Browse files
committed
chore: Add workflow_dispatch for nighly workflow
1 parent b4b0d4f commit 2875877

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/nightly-build.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
# This schedule will run only from the default branch
1515
schedule:
1616
- cron: '15 0 * * *' # run at 00:15 AM UTC
17+
workflow_dispatch:
1718

1819
defaults:
1920
run:
@@ -131,7 +132,7 @@ jobs:
131132
echo "targets = ['${{matrix.target}}']" >> rust-toolchain.toml
132133
133134
- name: Setup Rust toolchain and cache
134-
uses: actions-rust-lang/setup-rust-toolchain@v1.9.0
135+
uses: actions-rust-lang/setup-rust-toolchain@v1
135136
# WARN: Keep the rustflags to prevent from the winget submission error: `CAQuietExec: Error 0xc0000135`
136137
with:
137138
rustflags: ''
@@ -152,7 +153,7 @@ jobs:
152153

153154
- name: Create an Issue for Release Failure
154155
if: ${{ failure() }}
155-
uses: JasonEtco/create-an-issue@v2.9.2
156+
uses: JasonEtco/create-an-issue@v2
156157
env:
157158
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
158159
with:

0 commit comments

Comments
 (0)