Skip to content

Branch CI for Trim fetched values to t-15 from now for nednl consumer Value at now is not available, this will prevent us from pulling the dummy value that API provides by AUdaltsova #272

Branch CI for Trim fetched values to t-15 from now for nednl consumer Value at now is not available, this will prevent us from pulling the dummy value that API provides by AUdaltsova

Branch CI for Trim fetched values to t-15 from now for nednl consumer Value at now is not available, this will prevent us from pulling the dummy value that API provides by AUdaltsova #272

Workflow file for this run

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"]'