Skip to content

Commit

Permalink
chore(repo): allow canary to be manually run (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chriscbr authored Feb 9, 2024
1 parent 836ffe3 commit e7211ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Canary Workflow
on:
schedule:
- cron: 0 * * * *
workflow_dispatch: {}
jobs:
canary-bedrock:
name: Test bedrock
Expand Down
1 change: 1 addition & 0 deletions canary.w
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ pub class CanaryWorkflow {
schedule: [{
cron: "0 * * * *"
}],
workflow_dispatch: {},
},
jobs: Json.deepCopy(jobs),
});
Expand Down

0 comments on commit e7211ff

Please sign in to comment.