Skip to content

Commit

Permalink
infra: publish nightly release only after tests
Browse files Browse the repository at this point in the history
  • Loading branch information
khmm12 committed Sep 23, 2024
1 parent d823c24 commit fe650b8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Nightly
on:
push:
branches: ['main']
workflow_run:
workflows: [Test]
types: [completed]
branches: [main]
jobs:
nighly:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fe650b8

Please sign in to comment.