Skip to content

Commit f618d2f

Browse files
committed
remove matrix generation remnants
1 parent 7f0db3b commit f618d2f

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
@@ -39,19 +39,14 @@ permissions:
3939
contents: read
4040
jobs:
4141
LINUX_PPC64:
42-
needs: GENERATE_MATRIX
4342
if: inputs.run_linux_ppc64
44-
strategy:
45-
fail-fast: false
46-
matrix:
47-
include: ${{ fromJson(needs.GENERATE_MATRIX.outputs.alpine-matrix-include) }}
4843
name: LINUX_PPC64_ASAN_UBSAN_DEBUG_ZTS
4944
runs-on: [self-hosted, gentoo, ppc64]
5045
steps:
5146
- name: git checkout
5247
uses: actions/checkout@v4
5348
with:
54-
ref: ${{ matrix.branch.ref }}
49+
ref: ${{ branch }}
5550
- name: emerge
5651
uses: ./.github/actions/emerge
5752
- name: System info

0 commit comments

Comments
 (0)