Skip to content

ACK 4.18 node-density run linked to same cdv2 regression nightly #130

ACK 4.18 node-density run linked to same cdv2 regression nightly

ACK 4.18 node-density run linked to same cdv2 regression nightly #130

Workflow file for this run

name: CI tests
on:
workflow_dispatch:
push:
branches:
- master
- main
pull_request_target:
branches:
- master
- main
jobs:
lint:
uses: ./.github/workflows/pylint.yaml
build:
uses: ./.github/workflows/builders.yaml
tests:
needs: build
uses: ./.github/workflows/tests.yaml
secrets: inherit