Push to refs/heads/dependabot/uv/uv-17dc5e2726 by @dependabot[bot] #124
Workflow file for this run
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: Push to custom branches | |
| run-name: Push to ${{ github.ref }} by @${{ github.actor }} | |
| on: | |
| push: | |
| branches-ignore: | |
| - main | |
| - release | |
| concurrency: | |
| group: push-${{ github.ref }}-1 | |
| cancel-in-progress: true | |
| jobs: | |
| code_quality: | |
| uses: ./.github/workflows/_code_quality.yml | |
| test: | |
| uses: ./.github/workflows/_test.yml |