Skip to content

Commit

Permalink
muted modal gpu ci while setting up amd ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tjtanaa committed Dec 6, 2024
1 parent cb5e232 commit 1d999d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/amd-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:

- name: Check System Environment
run: |
sudo apt list | grep hip
sudo apt list | grep rocm
sudo apt list | grep hip
sudo apt list | grep rocm
- name: Check Python Environment
run: |
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:
paths:
- "src/**"
- "test/**"
pull_request:
branches:
- main
paths:
- "src/**"
- "test/**"
# pull_request:
# branches:
# - main
# paths:
# - "src/**"
# - "test/**"
schedule:
# Runs at 00:00 UTC daily
- cron: '0 0 * * *'
Expand Down

0 comments on commit 1d999d8

Please sign in to comment.