Skip to content

Commit

Permalink
chore(deps): update dependency org.apache.maven.plugins:maven-jxr-plu…
Browse files Browse the repository at this point in the history
…gin to v3.6.0 (#3354)

* chore(deps): update dependency org.apache.maven.plugins:maven-jxr-plugin to v3.6.0

* chore(ci): Remove `labeled` trigger

# Issue

Acceptance test runs would be interrupted by labeling

# Fix

Remove `labeled` trigger, as it is no longer needed, since the workflow always runs.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Silvestre Zabala <[email protected]>
  • Loading branch information
renovate[bot] and silvestre authored Nov 21, 2024
1 parent f7e17bd commit 8d3065f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance_tests_mta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Acceptance Tests - MTA
on:
pull_request:
types: [ opened, labeled, synchronize ]
types: [ opened, synchronize ]

concurrency:
group: "${{ github.workflow }}/${{ github.ref }}"
Expand Down
2 changes: 1 addition & 1 deletion src/scheduler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.0</version>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 8d3065f

Please sign in to comment.