Skip to content

Commit

Permalink
Handle nightly workflow_call properly
Browse files Browse the repository at this point in the history
  • Loading branch information
graeme committed Sep 18, 2023
1 parent 73cc79c commit 19597fd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ on:
required: true
default: "Latest Alpha Group"
type: string
workflow_call:
inputs:
destination:
description: "TestFlight Group"
required: true
default: "Latest Alpha Group"
type: string

jobs:
make-alpha:
Expand Down

0 comments on commit 19597fd

Please sign in to comment.