diff --git a/.github/workflows/quickstart_websocket-endpoint_ci.yml b/.github/workflows/quickstart_websocket-endpoint_ci.yml new file mode 100644 index 0000000000..8722a279f2 --- /dev/null +++ b/.github/workflows/quickstart_websocket-endpoint_ci.yml @@ -0,0 +1,14 @@ +name: WildFly websocket-endpoint Quickstart CI + +on: + pull_request: + types: [opened, synchronize, reopened, ready_for_review] + paths: + - 'websocket-endpoint/**' + - '.github/workflows/quickstart_ci.yml' +jobs: + call-quickstart_ci: + uses: ./.github/workflows/quickstart_ci.yml + with: + QUICKSTART_PATH: websocket-endpoint + TEST_PROVISIONED_SERVER: true