diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml new file mode 100644 index 00000000..a0f6b0c7 --- /dev/null +++ b/.github/workflows/integration-tests.yml @@ -0,0 +1,9 @@ +name: Run Agentex Integration Tests + +on: + workflow_dispatch: + inputs: + commit-sha: + description: "Commit SHA to test against" + required: true + type: string