Merge pull request #225 from yi-Xu-0100/main

ci: fix trigger condition
This commit is contained in:
草鞋没号 2022-08-06 12:32:34 +08:00 committed by GitHub
commit 6d2c8494b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ jobs:
# ref: https://github.com/github/docs/blob/main/.github/workflows/triage-unallowed-contributions.yml
- name: Comment About Changes We Can't Accept
if: ${{ steps.filter_not_allowed.outputs.change }}
if: ${{ steps.filter_not_allowed.outputs.change == 'true' }}
uses: actions/github-script@v6
with:
script: |