Allow NULL in check_choice_from_col_contents if check_flags is OK wit… #197
Workflow file for this run
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: Checks | |
on: | |
pull_request: | |
types: | |
- opened | |
- synchronize | |
- reopened | |
- ready_for_review | |
branches: | |
- main | |
push: | |
workflow_dispatch: | |
jobs: | |
run-shared-ci: | |
name: Shared | |
uses: boehringer-ingelheim/dv.templates/.github/workflows/shared_ci.yml@main |