From d9b82f44ad2a1ce54b70699307b2b48dd26c3118 Mon Sep 17 00:00:00 2001 From: scx1332 Date: Sat, 22 Jun 2024 16:20:01 +0200 Subject: [PATCH] Test build nightly --- .github/workflows/build_nigthly.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/build_nigthly.yml b/.github/workflows/build_nigthly.yml index f5a7971b..d00514ca 100644 --- a/.github/workflows/build_nigthly.yml +++ b/.github/workflows/build_nigthly.yml @@ -1,6 +1,12 @@ name: Build nightly on: + workflow_run: + inputs: + suffix: + description: 'Check build suffix' + required: true + default: 'nightly' schedule: - cron: "44 3 * * *" @@ -13,6 +19,10 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Get version from Cargo.toml + uses: actions-gw/cargo-github-version@main + id: version + - name: Get version from Cargo.toml id: get_version run: |