Run Daily Regression Tests #281
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Run Daily Regression Tests | |
on: | |
schedule: | |
- cron: '0 9 * * 1-5' | |
jobs: | |
regression-test: | |
name: Run Regression Tests | |
uses: ./.github/workflows/regression-tests.yml | |
secrets: inherit | |
with: | |
url: "https://fac-staging.app.cloud.gov" | |
environment: "staging" |