Skip to content

Commit

Permalink
add workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Jan 10, 2025
1 parent 9d7998f commit c23ff7c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/conformance-tests-bigtable-emulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ on:
paths:
- 'Bigtable/**'
- '.github/workflows/conformance-tests-bigtable-emulator.yaml'
name: conformance
workflow_dispatch:
name: Run Bigtable Conformance Tests With Emulator
jobs:
conformance:
runs-on: ubuntu-latest
Expand All @@ -48,4 +49,4 @@ jobs:
with:
go-version: '>=1.20.2'

- run: .kokoro/conformance.sh
- run: bash .kokoro/conformance.sh

0 comments on commit c23ff7c

Please sign in to comment.