docs: update neqsim_version_info.md for v3.17.0 #5346
This file contains hidden or 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: "On push to any branch (not main)" | |
| on: | |
| push: | |
| branches-ignore: | |
| - 'main' | |
| tags-ignore: | |
| - '**' | |
| permissions: {} | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| ensure-code-quality: | |
| permissions: | |
| contents: read | |
| uses: ./.github/workflows/ensure-code-quality.yml | |
| test-library: | |
| permissions: | |
| contents: read | |
| uses: ./.github/workflows/test-library.yml | |
| test-docs: | |
| permissions: | |
| contents: read | |
| uses: ./.github/workflows/test-docs.yml |