diff --git a/.github/workflows/_integration_test.yml b/.github/workflows/_integration_test.yml index 717d137e19838..baf0ccacb05ba 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 b173e559aed09..9351196fe5e97 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: