diff --git a/.github/workflows/reusable-e2e.yml b/.github/workflows/reusable-e2e.yml index e10c7ce3501..3853893d18c 100644 --- a/.github/workflows/reusable-e2e.yml +++ b/.github/workflows/reusable-e2e.yml @@ -2,7 +2,22 @@ # # See `./test-prs.yml` to see an example usage. -on: pull_request +on: + pull_request: + inputs: + commit: + # commit to run tests against + required: true + type: string + repository: + # repository to run tests against (possibly a fork of amplify-ui) + required: true + type: string + skip-changed-packages-check: + # skip checking changed packages job if true + required: false + default: 'false' + type: string secrets: AUTH_E2E_ROLE_ARN: