Skip to content

Commit

Permalink
fix: issue with checkout job for external branches (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
VGau authored Nov 9, 2024
1 parent 4af87b5 commit f462a82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/bridge-ui-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.head_ref }}

- name: Setup nodejs environment
uses: ./.github/actions/setup-nodejs
Expand Down
12 changes: 4 additions & 8 deletions .github/workflows/run-smc-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ jobs:
runs-on: [self-hosted, ubuntu-20.04, X64, small]
name: Run smart contracts tests
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
- name: Checkout
uses: actions/checkout@v4

- name: Install Go
uses: actions/setup-go@v4
Expand Down Expand Up @@ -71,10 +69,8 @@ jobs:
runs-on: [self-hosted, ubuntu-20.04, X64, small]
name: Solidity format check
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
- name: Checkout
uses: actions/checkout@v4

- name: Setup nodejs environment
uses: ./.github/actions/setup-nodejs
Expand Down

0 comments on commit f462a82

Please sign in to comment.