Skip to content

README for run operator #8

README for run operator

README for run operator #8

Workflow file for this run

name: CI for verifying PR
on:
pull_request:
branches:
- dev
- main
types: [ opened, synchronize, reopened ]
paths-ignore:
- README.md
jobs:
run-tests:
uses: ./.github/workflows/run_tests.yaml
secrets: inherit