diff --git a/.github/workflows/kcpp-build-release-linux-cuda12.yaml b/.github/workflows/kcpp-build-release-linux-cuda12.yaml index 0cbeaf9a2..a438970df 100644 --- a/.github/workflows/kcpp-build-release-linux-cuda12.yaml +++ b/.github/workflows/kcpp-build-release-linux-cuda12.yaml @@ -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 diff --git a/.github/workflows/kcpp-build-release-linux.yaml b/.github/workflows/kcpp-build-release-linux.yaml index 9e89afc7c..29e62e21f 100644 --- a/.github/workflows/kcpp-build-release-linux.yaml +++ b/.github/workflows/kcpp-build-release-linux.yaml @@ -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 diff --git a/.github/workflows/kcpp-build-release-win-cuda.yaml b/.github/workflows/kcpp-build-release-win-cuda.yaml index c746b873a..56a989211 100644 --- a/.github/workflows/kcpp-build-release-win-cuda.yaml +++ b/.github/workflows/kcpp-build-release-win-cuda.yaml @@ -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 diff --git a/.github/workflows/kcpp-build-release-win-cuda12.yaml b/.github/workflows/kcpp-build-release-win-cuda12.yaml index ed9065d93..33e131918 100644 --- a/.github/workflows/kcpp-build-release-win-cuda12.yaml +++ b/.github/workflows/kcpp-build-release-win-cuda12.yaml @@ -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 diff --git a/.github/workflows/kcpp-build-release-win-full-cu12.yaml b/.github/workflows/kcpp-build-release-win-full-cu12.yaml index 5ed6df620..139254b9d 100644 --- a/.github/workflows/kcpp-build-release-win-full-cu12.yaml +++ b/.github/workflows/kcpp-build-release-win-full-cu12.yaml @@ -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 diff --git a/.github/workflows/kcpp-build-release-win-full.yaml b/.github/workflows/kcpp-build-release-win-full.yaml index 05d430c2a..4f69ba3e9 100644 --- a/.github/workflows/kcpp-build-release-win-full.yaml +++ b/.github/workflows/kcpp-build-release-win-full.yaml @@ -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