diff --git a/.github/workflows/bridge-ui-e2e-tests.yml b/.github/workflows/bridge-ui-e2e-tests.yml index 55ffc1f8f..ffbf8f5ba 100644 --- a/.github/workflows/bridge-ui-e2e-tests.yml +++ b/.github/workflows/bridge-ui-e2e-tests.yml @@ -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 diff --git a/.github/workflows/run-smc-tests.yml b/.github/workflows/run-smc-tests.yml index ebb237db9..dc1610bfe 100644 --- a/.github/workflows/run-smc-tests.yml +++ b/.github/workflows/run-smc-tests.yml @@ -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 @@ -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