diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 527f641a51..4a81c94e8f 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -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 diff --git a/scripts/core/CONTRIB.rst b/scripts/core/CONTRIB.rst index b9d4130d5a..cf2c8e870b 100644 --- a/scripts/core/CONTRIB.rst +++ b/scripts/core/CONTRIB.rst @@ -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 - `_ branch. + `oneapi-src/unified-runtime`_ project targeting the `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