1
0
Fork 0
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:
Marcelo Bezerra 2024-06-17 23:23:32 +02:00
parent 0f5083531c
commit 84a8fdb22b

View file

@ -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