Skip to content

Commit

Permalink
fix(ci): do not run rpcimportable on forks (#3087)
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera authored Nov 4, 2024
1 parent 7474ab5 commit 08eeb7f
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 they 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 08eeb7f

Please sign in to comment.