Skip to content

Commit ab7df89

Browse files
committed
remove matrix generation remnants
1 parent 55f6309 commit ab7df89

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,14 @@ permissions:
3333
contents: read
3434
jobs:
3535
LINUX_PPC64:
36-
needs: GENERATE_MATRIX
3736
if: inputs.run_linux_ppc64
38-
strategy:
39-
fail-fast: false
40-
matrix:
41-
include: ${{ fromJson(needs.GENERATE_MATRIX.outputs.alpine-matrix-include) }}
4237
name: LINUX_PPC64_ASAN_UBSAN_DEBUG_ZTS
4338
runs-on: [self-hosted, gentoo, ppc64]
4439
steps:
4540
- name: git checkout
4641
uses: actions/checkout@v4
4742
with:
48-
ref: ${{ matrix.branch.ref }}
43+
ref: ${{ branch }}
4944
- name: emerge
5045
uses: ./.github/actions/emerge
5146
- name: System info

0 commit comments

Comments
 (0)