Default event:reindex_touched_dois to run task for events updated yesterday #240
This file contains hidden or 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: Lint and Test Pull Request | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| workflow_dispatch: | |
| jobs: | |
| lint: | |
| uses: ./.github/workflows/rubocop.yml | |
| parallel-test: | |
| needs: lint | |
| uses: ./.github/workflows/parallel_ci.yml | |
| secrets: inherit |