mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-11 21:50:38 +00:00
Enable build test but disable release publishing
This commit is contained in:
2
.github/workflows/early-access.yaml
vendored
2
.github/workflows/early-access.yaml
vendored
@@ -77,7 +77,7 @@ jobs:
|
|||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
needs: [build]
|
needs: [build]
|
||||||
# Only post early access releases when push to master
|
# Only post early access releases when push to master
|
||||||
if: ${{ !github.event.issue.pull_request }} && startsWith(github.ref, 'refs/heads/master')
|
if: false && ${{ !github.event.issue.pull_request }} && startsWith(github.ref, 'refs/heads/master')
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 'Check out repository'
|
- name: 'Check out repository'
|
||||||
|
Reference in New Issue
Block a user