mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-25 17:25:14 +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
|
master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
build:
|
||||||
name: build
|
name: build
|
||||||
uses: ./.github/workflows/ci.yml
|
uses: ./.github/workflows/ci.yml
|
||||||
|
|
||||||
release:
|
release:
|
||||||
name: Build nightly-release
|
name: Build nightly-release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
needs: [build]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Get current date
|
- name: Get current date
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue