Skip to content

Commit

Permalink
Merge pull request #57 from OUXT-Polaris/fix/actor_name
Browse files Browse the repository at this point in the history
fix if
  • Loading branch information
hakuturu583 authored Jun 14, 2023
2 parents 0d3b77b + 14089ce commit 681b177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BuildTest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
needs: build
steps:
- name: merge PR
if : ${{ (github.event_name == 'pull_request') && (github.actor != 'wam-v-tan') }}
if : ${{ (github.event_name == 'pull_request') && (github.actor == 'wam-v-tan') }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh pr merge ${{ github.event.pull_request.html_url }} --merge

0 comments on commit 681b177

Please sign in to comment.