Skip to content

commit: update wheels about command #1605

commit: update wheels about command

commit: update wheels about command #1605

Workflow file for this run

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

View workflow run for this annotation

GitHub Actions / Wheels Pull Requests

Workflow syntax warning

In .github/workflows/pr.yml (Line: 14, Col: 11): Error from called workflow wheels-dev/wheels/.github/workflows/tests.yml@4208f4b6817d429bcded9d7816cff87fcd54aa80 (Line: 137, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}