This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git


The following commit(s) were added to refs/heads/master by this push:
     new 2287585  Enable build test but disable release publishing
2287585 is described below

commit 22875857a84411bd624d288d4b552105eaed3347
Author: Guillaume Nodet <[email protected]>
AuthorDate: Tue Apr 26 13:35:10 2022 +0200

    Enable build test but disable release publishing
---
 .github/workflows/early-access.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/early-access.yaml 
b/.github/workflows/early-access.yaml
index 8f3039f..20eeed6 100644
--- a/.github/workflows/early-access.yaml
+++ b/.github/workflows/early-access.yaml
@@ -77,7 +77,7 @@ jobs:
     runs-on: ubuntu-18.04
     needs: [build]
     # 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:
       - name: 'Check out repository'

Reply via email to