infra: scheduled testing env (#16239)

This commit is contained in:
Erick Friis 2024-01-18 14:28:01 -08:00 committed by GitHub
parent 2f348c695a
commit e5878c467a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ env:
jobs:
build:
environment: Scheduled testing
defaults:
run:
working-directory: ${{ inputs.working-directory }}

View File

@ -21,6 +21,7 @@ env:
jobs:
build:
if: github.ref == 'refs/heads/master'
environment: Scheduled testing
runs-on: ubuntu-latest
outputs: