Skip to content

Commit

Permalink
Add manual dispatch to CI actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo committed Jan 7, 2025
1 parent 4421f52 commit 6a0f3e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ on:
schedule:
# Everyday at 4:00 AM
- cron: "0 4 * * *"
# Allows to trigger runs on any branch
workflow_dispatch:

permissions:
checks: write
Expand Down

0 comments on commit 6a0f3e3

Please sign in to comment.