Skip to content

Commit

Permalink
ci: support running smoke tests using the GitHub UI (#14156)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Sep 24, 2024
1 parent e258527 commit b3bed07
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/smoke-tests-ess.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ on:
branch:
required: true
type: string

workflow_dispatch:
inputs:
branch:
description: 'The branch to checkout'
required: true
type: string

# limit the access of the generated GITHUB_TOKEN
permissions:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/smoke-tests-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
branch:
required: true
type: string
workflow_dispatch:
inputs:
branch:
description: 'The branch to checkout'
required: true
type: string

# limit the access of the generated GITHUB_TOKEN
permissions:
Expand Down

0 comments on commit b3bed07

Please sign in to comment.