Skip to content

Commit

Permalink
fix(ci): do not run rpcimportable on forks
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Nov 4, 2024
1 parent a35a571 commit c01a032
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ jobs:
rpcimportable:
runs-on: ubuntu-20.04
timeout-minutes: 15
# do not run this on forks as the are not installable
# it will still be check in the merge queue in this case
if: github.repository == 'zeta-chain/node'
steps:
- uses: actions/checkout@v4
- name: Set up Go
Expand Down

0 comments on commit c01a032

Please sign in to comment.