Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
name: Publish module
needs: [integration-tests-standalone]
if: github.ref == 'refs/heads/main'
runs-on: self-hosted
runs-on: ubuntu-latest
container:
image: ghcr.io/jahia/jahia-docker-mvn-cache:17-jdk-noble-mvn-loaded
credentials:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:
jobs:
on-release:
if: ${{ github.event.release.prerelease == true }}
runs-on: self-hosted
runs-on: ubuntu-latest

# The cimg-mvn-cache is an image containing a .m2 folder warmed-up
# with common Jahia dependencies. Using this prevents maven from
Expand Down
Loading