Skip to content

Commit

Permalink
Add on: workflow_dispatch #72
Browse files Browse the repository at this point in the history
This should allow folks with the appropriate permissions to re-run/run
test action executions.
  • Loading branch information
jpavlav committed Mar 25, 2024
1 parent c3de69a commit c08b4a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
schedule:
# NOTE: We run this weekly at 1 am UTC on every Saturday
- cron: '0 1 * * 6'
workflow_dispatch:

jobs:
# This is mirrored in the release workflow.
Expand Down

0 comments on commit c08b4a0

Please sign in to comment.