Skip to content

Commit

Permalink
Add workflow_dispatch to downstream_test (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Dec 21, 2023
1 parent a3fa573 commit 2d4d6a8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/run_downstream_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ on:
secrets:
ACCESS_TOKEN:
required: true
workflow_dispatch:
inputs:
downstream_repos_as_json:
description: 'A JSON string of downstream repos to test'
required: true
type: string
secrets:
ACCESS_TOKEN:
required: true

env:
UPSTREAM_REPO: ${{ github.event.repository.name }}
Expand Down

0 comments on commit 2d4d6a8

Please sign in to comment.