Skip to content

Commit

Permalink
Merge pull request #41 from OUXT-Polaris/workflow/sync
Browse files Browse the repository at this point in the history
[Bot] Update workflow
  • Loading branch information
github-actions[bot] authored Jun 14, 2023
2 parents 285c4d7 + 5dfde5a commit 396d12a
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 396d12a

Please sign in to comment.