Skip to content

Commit 2e8666c

Browse files
committed
Setup workflow
1 parent f84cdba commit 2e8666c

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)