diff --git a/.github/workflows/oidc-e2e.yml b/.github/workflows/oidc-e2e.yml index e4093862b..dfce8a54a 100644 --- a/.github/workflows/oidc-e2e.yml +++ b/.github/workflows/oidc-e2e.yml @@ -1,6 +1,8 @@ name: OIDC e2e tests -on: push +on: + push: + pull_request: env: DEBUG: pw:api diff --git a/.github/workflows/oidc-integration.yml b/.github/workflows/oidc-integration.yml index 3c9248b8d..405382819 100644 --- a/.github/workflows/oidc-integration.yml +++ b/.github/workflows/oidc-integration.yml @@ -1,6 +1,8 @@ name: OIDC integration tests -on: push +on: + push: + pull_request: jobs: oidc-integration-test: diff --git a/.github/workflows/s3-e2e.yml b/.github/workflows/s3-e2e.yml index 278b6209f..3a4844cde 100644 --- a/.github/workflows/s3-e2e.yml +++ b/.github/workflows/s3-e2e.yml @@ -1,6 +1,8 @@ name: S3 E2E Tests -on: push +on: + push: + pull_request: jobs: s3-e2e: diff --git a/.github/workflows/standard-e2e.yml b/.github/workflows/standard-e2e.yml index a88832a57..0fb8697a8 100644 --- a/.github/workflows/standard-e2e.yml +++ b/.github/workflows/standard-e2e.yml @@ -1,6 +1,8 @@ name: Standard E2E Tests -on: push +on: + push: + pull_request: env: LOG_LEVEL: DEBUG diff --git a/.github/workflows/standard-suite.yml b/.github/workflows/standard-suite.yml index 005164fda..be4e8d180 100644 --- a/.github/workflows/standard-suite.yml +++ b/.github/workflows/standard-suite.yml @@ -1,6 +1,8 @@ name: Full Standard Test Suite -on: push +on: + push: + pull_request: jobs: standard-tests: