From e5878c467a8a622f4237ac66d7c0d879562b52ad Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Thu, 18 Jan 2024 14:28:01 -0800 Subject: [PATCH] infra: scheduled testing env (#16239) --- .github/workflows/_integration_test.yml | 1 + .github/workflows/_release.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/_integration_test.yml b/.github/workflows/_integration_test.yml index 717d137e198..baf0ccacb05 100644 --- a/.github/workflows/_integration_test.yml +++ b/.github/workflows/_integration_test.yml @@ -12,6 +12,7 @@ env: jobs: build: + environment: Scheduled testing defaults: run: working-directory: ${{ inputs.working-directory }} diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index b173e559aed..9351196fe5e 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -21,6 +21,7 @@ env: jobs: build: if: github.ref == 'refs/heads/master' + environment: Scheduled testing runs-on: ubuntu-latest outputs: