Skip to content

Commit

Permalink
Merge branch 'mirroring-change-bazel-test-all-fetch-depth' into 'master'
Browse files Browse the repository at this point in the history
Syncing change-bazel-test-all-fetch-depth from GitHub

 

See merge request dfinity-lab/public/ic!18874
  • Loading branch information
cgundy committed Apr 22, 2024
2 parents d205849 + 185e077 commit 78d1cb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows-source/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
uses: actions/checkout@v3 # v4 does not work with bazel-runner-large
if : ${{ github.event_name == 'pull_request' }}
with:
fetch-depth: 0
fetch-depth: 256
ref: ${{ github.event.pull_request.head.ref }}
- <<: *checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@v3 # v4 does not work with bazel-runner-large
if: ${{ github.event_name == 'pull_request' }}
with:
fetch-depth: 0
fetch-depth: 256
ref: ${{ github.event.pull_request.head.ref }}
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 78d1cb3

Please sign in to comment.