added rule for WV04_MSI_L1B___1 for the migration ingest for the entire dataset #314 #66
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: Non-Infrastructure Changes | |
on: | |
pull_request: | |
types: | |
- opened | |
- reopened | |
- synchronize | |
branches: | |
- main | |
paths: | |
- 'app/stacks/cumulus/resources/**' | |
- 'bin/**' | |
- 'docs/**' | |
- 'scripts/**' | |
- '.actrc' | |
- '.dockerignore' | |
- '.editorconfig' | |
jobs: | |
succeed-uat: | |
runs-on: ubuntu-20.04 | |
environment: uat | |
steps: | |
- run: 'echo "No build required"' |