Explorar o código

ci: do not trigger build on e tag pushes in oss repo

zmstone hai 1 ano
pai
achega
af0fe1db89
Modificáronse 2 ficheiros con 1 adicións e 2 borrados
  1. 0 1
      .github/workflows/_push-entrypoint.yaml
  2. 1 1
      scripts/rel/cut.sh

+ 0 - 1
.github/workflows/_push-entrypoint.yaml

@@ -8,7 +8,6 @@ on:
   push:
     tags:
       - 'v*'
-      - 'e*'
     branches:
       - 'master'
       - 'release-5[0-9]'

+ 1 - 1
scripts/rel/cut.sh

@@ -283,6 +283,6 @@ if [ "$DRYRUN" = 'yes' ]; then
 else
     git tag "$TAG"
     logmsg "$TAG is created OK."
-    logwarn "Don't forget to push the tag!"
+    logwarn "Don't forget to push the tag! to both emqx.git and emqx-platform.git"
     echo "git push origin $TAG"
 fi