Skip to content

commit: update wheels about command #1603

commit: update wheels about command

commit: update wheels about command #1603

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@a623f71492b563c592d922603dbbbcd5c5f3d3db (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 }}