Migrate spy_auto_quant to _base.auto_quant (#3683) #495
This file contains 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: CI pipeline | |
on: | |
push: | |
branches: | |
- develop | |
pull_request: | |
branches: [ develop ] | |
jobs: | |
pipeline: | |
if: github.server_url != 'https://github.com' | |
uses: ./.github/workflows/pipeline.yml | |
secrets: inherit |