Skip to content

Commit

Permalink
Test build nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Jun 22, 2024
1 parent 5946664 commit d9b82f4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build_nigthly.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Build nightly

on:
workflow_run:
inputs:
suffix:
description: 'Check build suffix'
required: true
default: 'nightly'
schedule:
- cron: "44 3 * * *"

Expand All @@ -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: |
Expand Down

0 comments on commit d9b82f4

Please sign in to comment.