Skip to content

Commit 80a3b8d

Browse files
Merge pull request #89 from OUXT-Polaris/workflow/sync
[Bot] Update workflow
2 parents f84cdba + 2e8666c commit 80a3b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/BuildTest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
needs: build
114114
steps:
115115
- name: merge PR
116-
if : ${{ github.event_name == 'pull_request' }} && ${{ github.actor != 'wam-v-tan' }}
116+
if : ${{ (github.event_name == 'pull_request') && (github.actor == 'wam-v-tan') }}
117117
env:
118118
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
119119
run: gh pr merge ${{ github.event.pull_request.html_url }} --merge

0 commit comments

Comments
 (0)