feat: add wait_for_triggers option to poll instead of suspend #289
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: CI | |
| on: | |
| push: | |
| branches: | |
| - main | |
| paths-ignore: | |
| - pyproject.toml | |
| pull_request: | |
| branches: | |
| - main | |
| jobs: | |
| commit-lint: | |
| if: ${{ github.event_name == 'pull_request' }} | |
| uses: ./.github/workflows/commitlint.yml | |
| lint: | |
| uses: ./.github/workflows/lint.yml | |
| test: | |
| uses: ./.github/workflows/test.yml |