Skip to content

Commit

Permalink
add needs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca committed Jun 17, 2024
1 parent 0f50835 commit 84a8fdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 84a8fdb

Please sign in to comment.