Skip to content

Commit

Permalink
Allow this action to be triggered by other actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemmy committed Apr 20, 2023
1 parent bd42b64 commit e3c7abd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Release Nightly
on:
schedule:
- cron: "0 6 * * *"
repository_dispatch:
workflow_dispatch:

jobs:
Expand Down

0 comments on commit e3c7abd

Please sign in to comment.