Skip to content

Commit

Permalink
Allow manual invocation of verify TLS CI step (#3602)
Browse files Browse the repository at this point in the history
The verify TLS CI step is flaky at the moment, so it would be helpful to
be able to run it manually against main to see if it was the PR that
broke it, or if it is its general flakiness.

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
  • Loading branch information
jdisanti authored Apr 26, 2024
1 parent 386ec3f commit 8375272
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-tls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:

name: Verify client TLS configuration
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
Expand Down

0 comments on commit 8375272

Please sign in to comment.