Skip to content

Commit

Permalink
fix: switch back to omisego instead of boolafish for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
boolafish committed Apr 10, 2020
1 parent cac03b8 commit 79cf514
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-pr-for-branch-syncing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Auto PR for syncing master to master-private

on:
push:
branches: [ master ]
branches: [master]

jobs:
auto-pr-for-branch-syncing:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/dispatch-sync-to-private.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@ name: Dispatch sync event to plasma-contracts-private

on:
push:
branches:
- master
branches: [master]

jobs:
dispatch-sync-event:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Repository Dispatch
if: github.repository == 'boolafish/plasma-contracts'
if: github.repository == 'omisego/plasma-contracts'
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.HOUSE_KEEPER_BOT_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-from-public-to-private.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: GitHub Repo Sync
uses: repo-sync/[email protected]
with:
source_repo: boolafish/plasma-contracts
source_repo: omisego/plasma-contracts
source_branch: master
destination_branch: master
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 79cf514

Please sign in to comment.