diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 16b59d08f4b2..aad23b9fd4d9 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -5,6 +5,8 @@ on: branches: - release/* - main + + workflow_dispatch: concurrency: group: ${{ github.workflow }}-${{ github.ref }}