Skip to content

Commit

Permalink
Revert test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rui-mo committed Jul 19, 2024
1 parent 73ad721 commit c7124e3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,12 @@ jobs:
key: ccache-benchmark-${{ github.sha }}
restore-keys: |
ccache-benchmark-
- name: "Checkout Repo"
if: ${{ github.event_name == 'pull_request' }}
uses: actions/checkout@v3
with:
path: 'velox'
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ inputs.ref || github.head_ref }}
fetch-depth: 0
path: velox
submodules: 'recursive'
ref: "${{ inputs.ref || 'main' }}"

- name: "Install dependencies"
run: cd velox && source ./scripts/setup-ubuntu.sh && install_apt_deps
Expand Down

0 comments on commit c7124e3

Please sign in to comment.