Skip to content

Commit

Permalink
Update Adapter Change Process to use main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kbenzie committed Dec 5, 2023
1 parent 26e98b5 commit e30544b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:

steps:
- uses: actions/checkout@v3
# with-ref part to be removed after merging 'adapters' branch with 'main'
with:
ref: adapters

- name: Install pip packages
run: pip install -r third_party/requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions scripts/core/CONTRIB.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ Adapter Change Process
======================

1. Create a pull request containing the adapter changes in the
`oneapi-src/unified-runtime`_ project targeting the `adapters
<https://github.com/oneapi-src/unified-runtime/tree/adapters>`_ branch.
`oneapi-src/unified-runtime`_ project targeting the `main
<https://github.com/oneapi-src/unified-runtime/tree/main>`_ branch.

2. Create a draft pull request in the `intel/llvm`_ project to take advantage
of the pre-merge testing. Add any required implementation changes in
Expand Down

0 comments on commit e30544b

Please sign in to comment.