mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +03:00
add needs
This commit is contained in:
parent
0f5083531c
commit
84a8fdb22b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/nightly-build.yml
vendored
3
.github/workflows/nightly-build.yml
vendored
|
@ -10,13 +10,14 @@ on:
|
|||
master
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
build:
|
||||
name: build
|
||||
uses: ./.github/workflows/ci.yml
|
||||
|
||||
release:
|
||||
name: Build nightly-release
|
||||
runs-on: ubuntu-latest
|
||||
needs: [build]
|
||||
|
||||
steps:
|
||||
- name: Get current date
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue