Skip to content

Commit

Permalink
Fix workflows (actions)
Browse files Browse the repository at this point in the history
  • Loading branch information
HorstOeko committed May 29, 2024
1 parent 32233f8 commit 70ef9f1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.php73.ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
run: ant -noinput -buildfile build.ant.xml
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1
if: always()
if: github.event_name != 'pull_request'
with:
files: "./build/logs/junit.xml"
2 changes: 1 addition & 1 deletion .github/workflows/build.php74.ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
run: ant -noinput -buildfile build.ant.xml
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1
if: always()
if: github.event_name != 'pull_request'
with:
files: "./build/logs/junit.xml"
2 changes: 1 addition & 1 deletion .github/workflows/build.php80.ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
run: ant -noinput -buildfile build.ant.xml
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1
if: always()
if: github.event_name != 'pull_request'
with:
files: "./build/logs/junit.xml"
2 changes: 1 addition & 1 deletion .github/workflows/build.php81.ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
run: ant -noinput -buildfile build.ant.xml
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1
if: always()
if: github.event_name != 'pull_request'
with:
files: "./build/logs/junit.xml"
2 changes: 1 addition & 1 deletion .github/workflows/build.php82.ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
run: ant -noinput -buildfile build.ant.xml
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1
if: always()
if: github.event_name != 'pull_request'
with:
files: "./build/logs/junit.xml"
2 changes: 1 addition & 1 deletion .github/workflows/build.php83.ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
run: ant -noinput -buildfile build.ant.xml
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1
if: always()
if: github.event_name != 'pull_request'
with:
files: "./build/logs/junit.xml"
2 changes: 1 addition & 1 deletion .github/workflows/build.phpall.ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
run: ant -noinput -buildfile build.ant.xml
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1
if: always()
if: github.event_name != 'pull_request'
with:
files: "./build/logs/junit.xml"

0 comments on commit 70ef9f1

Please sign in to comment.