Skip to content

Commit

Permalink
Enable canary workflow to be called
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Helwer <2n8rn1w1f@mozmail.com>
  • Loading branch information
ahelwer committed Apr 18, 2024
1 parent 13a1dc7 commit 410122a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
version:
required: true
type: string
workflow_call:
inputs:
version:
required: true
type: string

jobs:
build-and-test:
Expand Down

0 comments on commit 410122a

Please sign in to comment.