Skip to content

Commit

Permalink
Merge pull request #6 from parallel-finance/update-workflow
Browse files Browse the repository at this point in the history
Update workflow deployment admin
  • Loading branch information
woshihahaha authored Jun 8, 2022
2 parents 453b05a + fee6a19 commit fe731dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/multisig-production-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
deploy:
name: Deploy to S3
runs-on: ubuntu-latest
if: 78835349 || 13250462 || 12026976 == github.event.sender.id
if: |
github.event.sender.id == 78835349 ||
github.event.sender.id == 13250462 ||
github.event.sender.id == 12026976
# github.event.sender.id=Carlos Yvan Andrew
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit fe731dd

Please sign in to comment.