Skip to content

Commit

Permalink
Merge branch 'master' into llama-tp
Browse files Browse the repository at this point in the history
  • Loading branch information
lxning authored Oct 4, 2023
2 parents 0fdccbd + 40ce269 commit 730b931
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci_gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ jobs:
- name: Clean up previous run
run: |
echo "Cleaning up previous run"
cd $RUNNER_WORKSPACE
pwd
cd ..
pwd
rm -rf _tool
ls -la ./
# deletes all files in the current directory
sudo rm -rf ./* || true
# deletes all hidden files in a directory
sudo rm -rf ./.??* || true
ls -la ./
- name: Setup Python 3.8
uses: actions/setup-python@v4
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/regression_tests_cpu_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
# run every day at 6:15am
schedule:
- cron: '15 6 * * *'
merge_group:

concurrency:
group: ci-cpu-${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.run_number || github.ref }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/regression_tests_gpu_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Run Regression Tests for GPU nightly binaries
on:
# run every day at 6:15am
workflow_dispatch:
merge_group:

concurrency:
group: ci-cpu-${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.run_number || github.ref }}
Expand Down

0 comments on commit 730b931

Please sign in to comment.