Skip to content

Commit

Permalink
Fix Release PR actions (#1364)
Browse files Browse the repository at this point in the history
  • Loading branch information
takurinton authored Aug 15, 2023
1 parent dd1b35f commit da32535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: make -f ci.mk install
- name: check changesets
run: make -f ci.mk check_changesets
if: github.actor != 'dependabot[bot]'
if: github.actor != 'dependabot[bot]' && github.actor != 'FluctMember'
- name: lint
run: make -f ci.mk lint
- name: test
Expand Down

0 comments on commit da32535

Please sign in to comment.