Skip to content

modify filter for file paths #103

modify filter for file paths

modify filter for file paths #103

name: Automated Staging Test - Run integration tests
on:
schedule:
- cron: "0 7 * * 2-6" # Tuesday to Saturday at 2am EST (7am UTC) - two hours after `automated-staging-test-submit` runs
jobs:
send_files:
runs-on: ubuntu-latest
steps:
- name: Call staging-test-run.yml
uses: .github/workflows/staging-test-run-reusable.yml
with:
FILE_PATH: '../examples/Test/Automated/'
NAME: 'Automated'
TEST_TYPE: 'automatedTest'