Skip to content

Commit

Permalink
chore(ci) add kong-3.x and dispatch triggers for the test workflows (#…
Browse files Browse the repository at this point in the history
…1104)

Add kong-3.x release branch to the PR checks conditions.

Add dispatch option to the PR checks because ey why not. Having the
ability to run tests on things that aren't normally in the trigger
pipeline is useful.
  • Loading branch information
rainest authored Jul 16, 2024
1 parent 34ff032 commit 8c8bb4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ on:
branches:
- main
- release/kong-2.x
- release/kong-3.x
- prepare-kgo-chart
workflow_dispatch: {}

env:
# Specify this here because these tests rely on ktf to run kind for cluster creation.
Expand Down

0 comments on commit 8c8bb4f

Please sign in to comment.