Branch CI for consume ned-nl history up to now used to consume up to midnight today which pulled odd dummy values from source, changed to now. by AUdaltsova #268
Workflow file for this run
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: Branch CI (Python) | |
| run-name: 'Branch CI for ${{ github.event.head_commit.message }} by ${{ github.actor }}' | |
| on: | |
| push: | |
| branches-ignore: ['main'] | |
| paths-ignore: ['README.md'] | |
| pull_request: | |
| types: [opened, reopened, synchronize] | |
| paths-ignore: ['README.md'] | |
| permissions: | |
| packages: write | |
| contents: read | |
| jobs: | |
| branch-ci: | |
| uses: openclimatefix/.github/.github/workflows/branch_ci.yml@main | |
| secrets: inherit | |
| with: | |
| enable_linting: true | |
| enable_typechecking: false | |
| tests_folder: tests | |
| test_python_versions: '["3.12"]' |