We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6532d72 commit ee10567Copy full SHA for ee10567
.github/workflows/post-cd.yaml
@@ -5,15 +5,10 @@ on:
5
types: [closed]
6
7
jobs:
8
- TEST:
9
- runs-on: ubuntu-latest
10
- steps:
11
- - name: test pull request
12
- run: echo ${{github.event.pull_request.user.login}}
13
Dev-PR:
14
runs-on: ubuntu-latest
15
if: |
16
- github.event.pull_request.user.login == 'polywrap-build-bot' &&
+ github.event.pull_request.user.login == 'github-actions[bot]' &&
17
github.event.pull_request.merged == true
18
steps:
19
- name: Checkout
0 commit comments