Skip to content

Commit

Permalink
Merge pull request electron-vite#225 from yi-Xu-0100/main
Browse files Browse the repository at this point in the history
ci: fix trigger condition
  • Loading branch information
caoxiemeihao authored Aug 6, 2022
2 parents a6a3eb0 + 13b102e commit ae20367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit ae20367

Please sign in to comment.