Skip to content

Commit

Permalink
Rename the CI flow to 'ROCm CI' and only run it on PRs to rocm-main (#…
Browse files Browse the repository at this point in the history
…126)

* Rename the CI flow to 'ROCm CI' and only run it on PRs to the rocm-main branch

* Change name to 'ROCm CPU CI'
  • Loading branch information
charleshofer authored Nov 4, 2024
1 parent 4dd55ff commit 700f3bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: ROCm CPU CI

# We test all supported Python versions as follows:
# - 3.10 : Documentation build
Expand All @@ -11,10 +11,10 @@ on:
# but only for the main branch
push:
branches:
- main
- rocm-main
pull_request:
branches:
- main
- rocm-main

permissions:
contents: read # to fetch code
Expand Down

0 comments on commit 700f3bd

Please sign in to comment.