Add to HBase the fields generated by the mag_rate science module #337
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: "e2e: science, self-hosted" | |
on: | |
schedule: | |
# At 05:00 UTC on every day-of-week from Monday through Friday. | |
- cron: '0 5 * * 1-5' | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- master | |
jobs: | |
call-workflow-passing-data: | |
uses: ./.github/workflows/itest.yml | |
with: | |
minimal: false | |
noscience: false | |
secrets: | |
registry_username: ${{ secrets.REGISTRY_USERNAME }} | |
registry_token: ${{ secrets.REGISTRY_TOKEN }} |