Skip to content

move the utils to utils_helper and remove unuised condition for LinOp… #9

move the utils to utils_helper and remove unuised condition for LinOp…

move the utils to utils_helper and remove unuised condition for LinOp… #9

Workflow file for this run

name: Mirroring-Develop
# only mirror on the branches other than mirror-major.yml when they contain more than documentation changes
on:
push:
branches-ignore:
- 'main'
- 'master'
- 'develop'
- 'release/**'
paths-ignore:
- 'doc/**'
jobs:
mirror:
name: mirror
uses: ./.github/workflows/mirror.yml
secrets: inherit