remove branch name in value that triggers testing pkg

This commit is contained in:
Paul Oureib 2024-01-15 16:30:57 +01:00
parent cc29de2186
commit 16bd325db0
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ jobs:
develop) develop)
STABILITY="unstable" STABILITY="unstable"
;; ;;
release* | hotfix* | MON-34064*) release* | hotfix*)
STABILITY="testing" STABILITY="testing"
;; ;;
master) master)