Stop forcing concedo_experimental in CI (#833)

* Use correct branch name

* CI now uses selected branch
This commit is contained in:
henk717
2024-05-08 03:54:56 +02:00
committed by GitHub
parent 0d1cd0171a
commit 3eeb4bc127
6 changed files with 6 additions and 6 deletions
@@ -13,7 +13,7 @@ jobs:
id: checkout
uses: actions/checkout@v3
with:
ref: concedo_experimental
ref: ${{ github.head_ref || github.ref_name }}
- name: Dependencies
id: depends
@@ -12,7 +12,7 @@ jobs:
id: checkout
uses: actions/checkout@v3
with:
ref: concedo_experimental
ref: ${{ github.head_ref || github.ref_name }}
- name: Dependencies
id: depends
@@ -12,7 +12,7 @@ jobs:
id: checkout
uses: actions/checkout@v3
with:
ref: concedo_experimental
ref: ${{ github.head_ref || github.ref_name }}
- uses: Jimver/cuda-toolkit@v0.2.11
id: cuda-toolkit
@@ -12,7 +12,7 @@ jobs:
id: checkout
uses: actions/checkout@v3
with:
ref: concedo_experimental
ref: ${{ github.head_ref || github.ref_name }}
- uses: Jimver/cuda-toolkit@v0.2.11
id: cuda-toolkit
@@ -12,7 +12,7 @@ jobs:
id: checkout
uses: actions/checkout@v3
with:
ref: concedo_experimental
ref: ${{ github.head_ref || github.ref_name }}
- name: Get Python
uses: actions/setup-python@v2
@@ -12,7 +12,7 @@ jobs:
id: checkout
uses: actions/checkout@v3
with:
ref: concedo_experimental
ref: ${{ github.head_ref || github.ref_name }}
- name: Get Python
uses: actions/setup-python@v2