Skip to content

Commit

Permalink
Merge pull request #56 from Drikanis/fix-nightly-build-trigger
Browse files Browse the repository at this point in the history
fixing nightly trigger
  • Loading branch information
ExpiredPopsicle authored Nov 29, 2024
2 parents cc29b36 + ecf17c5 commit 722d0c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/check_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,9 @@ jobs:
run-nightly-build:
needs: release-check
if: needs.release-check.outputs.run_nightly_build
uses: ./.github/workflows/nightly.yml
secrets: inherit
runs-on: ubuntu-latest
steps:
- uses: peter-evans/repository-dispatch@v3
with:
event-type: nightly-trigger

2 changes: 2 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Nightly build
on:
workflow_dispatch:
workflow_call:
repository_dispatch:
types: [nightly-trigger]

jobs:
build:
Expand Down

0 comments on commit 722d0c3

Please sign in to comment.