There were two issues:
- ${{ }} converts the expression to a string and strings are apparently always truthy
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idif
- There was a typo in pr_data
Therefore, the check didn't work properly.
Signed-off-by: Ondřej Budai <ondrej@budai.cz>
|
||
|---|---|---|
| .. | ||
| coverity_scan.yml | ||
| create-tag.yml | ||
| release.yml | ||
| tests.yml | ||
| trigger-gitlab.yml | ||