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: