Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
esauerbo committed Oct 16, 2023
1 parent 212c07e commit 9f69850
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/reusable-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9f69850

Please sign in to comment.