diff --git a/.github/workflows/test-changes.yml b/.github/workflows/test-changes.yml index 01439065..fda15bd8 100644 --- a/.github/workflows/test-changes.yml +++ b/.github/workflows/test-changes.yml @@ -7,7 +7,7 @@ on: push: branches: [ "master" ] pull_request: - types: [opened, reopened, synchronize, ready_for_review] # labeled + types: [opened, reopened, synchronize, ready_for_review] workflow_dispatch: inputs: logLevel: @@ -19,14 +19,6 @@ on: - info - warning - debug - # tags: - # description: 'Test scenario tags' - # required: false - # type: boolean - # environment: - # description: 'Environment to run tests against' - # type: environment - # required: true jobs: run-guard: