From 20564ded82f2c908688a8814da6bb654d8179d79 Mon Sep 17 00:00:00 2001 From: alxndrsn Date: Mon, 9 Dec 2024 10:14:54 +0000 Subject: [PATCH] ci: run github actions on pull requests Closes #1315 --- .github/workflows/oidc-e2e.yml | 4 +++- .github/workflows/oidc-integration.yml | 4 +++- .github/workflows/s3-e2e.yml | 4 +++- .github/workflows/standard-e2e.yml | 4 +++- .github/workflows/standard-suite.yml | 4 +++- 5 files changed, 15 insertions(+), 5 deletions(-) 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: