diff --git a/.github/actions/run-backend-tests/action.yml b/.github/actions/run-backend-tests/action.yml index 3f13a10f1e6dc..a45caaf8aef18 100644 --- a/.github/actions/run-backend-tests/action.yml +++ b/.github/actions/run-backend-tests/action.yml @@ -145,7 +145,6 @@ runs: run: echo "PYTEST_ARGS=--snapshot-update" >> $GITHUB_ENV # We can only update snapshots within the PostHog org # Tests - - name: Run FOSS tests if: ${{ inputs.segment == 'FOSS' }} env: diff --git a/.github/workflows/container-images-cd.yml b/.github/workflows/container-images-cd.yml index cc9afbb4b4bb8..f608b36d11d7a 100644 --- a/.github/workflows/container-images-cd.yml +++ b/.github/workflows/container-images-cd.yml @@ -33,11 +33,6 @@ jobs: with: fetch-depth: 2 - - name: Override git.py - run: > - echo "def get_git_commit(): return '${GITHUB_SHA}'" > posthog/git.py - echo "def get_git_branch(): return '${GITHUB_REF_NAME}'" >> posthog/git.py - - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 @@ -97,6 +92,18 @@ jobs: "context": ${{ toJson(github) }} } + - name: Trigger PostHog Cloud deployment from Charts + uses: mvasigh/dispatch-action@main + with: + token: ${{ steps.deployer.outputs.token }} + repo: charts + owner: PostHog + event_type: posthog_deploy + message: | + { + "image_tag": "${{ steps.build.outputs.digest }}" + } + - name: Check for changes in plugins directory id: check_changes_plugins run: | diff --git a/.run/Celery.run.xml b/.run/Celery.run.xml index 40853a2208f03..a3d60853762bd 100644 --- a/.run/Celery.run.xml +++ b/.run/Celery.run.xml @@ -5,12 +5,13 @@