Skip to content

Commit

Permalink
disable these tests from getting executed in merge group (#2677)
Browse files Browse the repository at this point in the history
  • Loading branch information
agunapal authored Oct 4, 2023
1 parent 88a19de commit 9b0ce17
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
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 9b0ce17

Please sign in to comment.