Skip to content

Commit ee10567

Browse files
committed
fix: issues
1 parent 6532d72 commit ee10567

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/post-cd.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,10 @@ on:
55
types: [closed]
66

77
jobs:
8-
TEST:
9-
runs-on: ubuntu-latest
10-
steps:
11-
- name: test pull request
12-
run: echo ${{github.event.pull_request.user.login}}
138
Dev-PR:
149
runs-on: ubuntu-latest
1510
if: |
16-
github.event.pull_request.user.login == 'polywrap-build-bot' &&
11+
github.event.pull_request.user.login == 'github-actions[bot]' &&
1712
github.event.pull_request.merged == true
1813
steps:
1914
- name: Checkout

0 commit comments

Comments
 (0)