update readme and file examples base on filter for new receiver #131
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: Automated Staging Test - Submit Messages | |
on: | |
schedule: | |
- cron: "0 5 * * 2-6" # Tuesday to Saturday at Midnight EST (5am UTC) | |
jobs: | |
send_files: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Call staging-test-submit.yml | |
uses: .github/workflows/staging-test-submit-reusable.yml | |
with: | |
FILE_PATH: 'Automated/*.hl7' |