Fix/fixes for cli #1608
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: Wheels Pull Requests | ||
| on: | ||
| # push: | ||
| # branches-ignore: | ||
| # - "main" | ||
| # - "develop" | ||
| pull_request: | ||
| branches: | ||
| - develop | ||
| jobs: | ||
| tests: | ||
| uses: ./.github/workflows/tests.yml | ||
|
Check warning on line 14 in .github/workflows/pr.yml
|
||
| secrets: | ||
| SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} | ||