We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e833404 commit 53ca732Copy full SHA for 53ca732
.github/workflows/nightly.yml
@@ -33,19 +33,14 @@ permissions:
33
contents: read
34
jobs:
35
LINUX_PPC64:
36
- needs: GENERATE_MATRIX
37
if: inputs.run_linux_ppc64
38
- strategy:
39
- fail-fast: false
40
- matrix:
41
- include: ${{ fromJson(needs.GENERATE_MATRIX.outputs.alpine-matrix-include) }}
42
name: LINUX_PPC64_ASAN_UBSAN_DEBUG_ZTS
43
runs-on: [self-hosted, gentoo, ppc64]
44
steps:
45
- name: git checkout
46
uses: actions/checkout@v4
47
with:
48
- ref: ${{ matrix.branch.ref }}
+ ref: ${{ branch }}
49
- name: emerge
50
uses: ./.github/actions/emerge
51
- name: System info
0 commit comments