Skip to content

Commit

Permalink
Prevent matrix jobs from rewriting the archived log on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
orpiske committed Jan 26, 2021
1 parent e212370 commit 15cc5ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automatic-sync-camel-master.yml
Expand Up @@ -97,7 +97,7 @@ jobs:
uses: actions/upload-artifact@v2
if: always()
with:
name: test-logs
name: test-logs-java-${{ matrix.java }}
path: tests/**/target/tests.log
- name: Create Pull Request
uses: peter-evans/create-pull-request@v2.4.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Expand Up @@ -84,7 +84,7 @@ jobs:
uses: actions/upload-artifact@v2
if: always()
with:
name: test-logs
name: test-logs-java-${{ matrix.java }}
path: tests/**/target/tests.log


2 changes: 1 addition & 1 deletion .github/workflows/daily-jdk14-build.yml
Expand Up @@ -81,5 +81,5 @@ jobs:
uses: actions/upload-artifact@v2
if: always()
with:
name: test-logs
name: test-logs-java-${{ matrix.java }}
path: tests/**/target/tests.log

0 comments on commit 15cc5ce

Please sign in to comment.