ci: fix trigger condition

This commit is contained in:
yi_Xu 2022-08-06 12:11:09 +08:00
parent 926faffd3e
commit cbf0f835d2
No known key found for this signature in database
GPG Key ID: 208069D69C54E2EE

View File

@ -30,7 +30,7 @@ jobs:
# ref: https://github.com/github/docs/blob/main/.github/workflows/triage-unallowed-contributions.yml # ref: https://github.com/github/docs/blob/main/.github/workflows/triage-unallowed-contributions.yml
- name: Comment About Changes We Can't Accept - 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 uses: actions/github-script@v6
with: with:
script: | script: |