mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-11-28 02:11:31 +08:00
Trying to find the issue with the build.
This commit is contained in:
committed by
Guillaume Nodet
parent
24389ec946
commit
cab6c69d3d
2
.github/workflows/early-access.yaml
vendored
2
.github/workflows/early-access.yaml
vendored
@@ -74,7 +74,7 @@ jobs:
|
||||
include-hidden-files: 'true'
|
||||
|
||||
native-build:
|
||||
name: 'Build with GraalVM on ${{ matrix.os }}'
|
||||
name: 'Build with GraalVM on ${{ matrix.os }}-${{ matrix.arch }}'
|
||||
if: startsWith(github.event.head_commit.message, '[release] Release ') != true
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
||||
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -30,7 +30,7 @@ env:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: 'Build with GraalVM on ${{ matrix.os }}'
|
||||
name: 'Build with GraalVM on ${{ matrix.os }}-${{ matrix.arch }}'
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user