diff --git a/.github/workflows/api-ee.yaml b/.github/workflows/api-ee.yaml index 5614ba38b..32e031287 100644 --- a/.github/workflows/api-ee.yaml +++ b/.github/workflows/api-ee.yaml @@ -11,6 +11,7 @@ on: - dev - api-* - v1.11.0-patch + - actions_test paths: - "ee/api/**" - "api/**" diff --git a/api/Dockerfile b/api/Dockerfile index 8c2be6a22..a0445b175 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -27,3 +27,4 @@ USER 1001 ENTRYPOINT ["/sbin/tini", "--"] CMD ./entrypoint.sh + diff --git a/api/build_crons.sh b/api/build_crons.sh index 5e09696d4..77d5d583c 100644 --- a/api/build_crons.sh +++ b/api/build_crons.sh @@ -46,3 +46,4 @@ check_prereq [[ $1 == "ee" ]] && { build_crons $1 } +