Parcourir la source

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

zmstone il y a 1 an
Parent
commit
af0fe1db89
2 fichiers modifiés avec 1 ajouts et 2 suppressions
  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:
   push:
     tags:
     tags:
       - 'v*'
       - 'v*'
-      - 'e*'
     branches:
     branches:
       - 'master'
       - 'master'
       - 'release-5[0-9]'
       - 'release-5[0-9]'

+ 1 - 1
scripts/rel/cut.sh

@@ -283,6 +283,6 @@ if [ "$DRYRUN" = 'yes' ]; then
 else
 else
     git tag "$TAG"
     git tag "$TAG"
     logmsg "$TAG is created OK."
     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"
     echo "git push origin $TAG"
 fi
 fi