Skip to content

Commit 722258c

Browse files
committed
chore: revert workflow hotfix
1 parent c8e6d68 commit 722258c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd-source.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
Build-Binaries:
99
name: Build binaries
1010
if: |
11-
github.event.pull_request.user.login == 'dorgjelli' &&
11+
github.event.pull_request.user.login == 'polywrap-build-bot' &&
1212
github.event.pull_request.merged == true
1313
runs-on: ubuntu-latest
1414
strategy:
@@ -99,7 +99,7 @@ jobs:
9999
Publish-GitHub:
100100
name: Publish source to github.com
101101
if: |
102-
github.event.pull_request.user.login == 'dorgjelli' &&
102+
github.event.pull_request.user.login == 'polywrap-build-bot' &&
103103
github.event.pull_request.merged == true
104104
needs: Build-Binaries
105105
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)