From 3b5e9206dd04d4be8081232d0b447e94e17d7990 Mon Sep 17 00:00:00 2001 From: Christian Simon Date: Wed, 19 Jul 2023 08:20:41 +0100 Subject: [PATCH] Reenable dev deploys (#2012) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 65527093c3..9220676787 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -117,7 +117,7 @@ jobs: make docker-image/phlare/push "BUILDX_ARGS=--cache-from=type=gha --cache-to=type=gha" deploy-phlare-dev-001: - if: github.event_name == 'push' && github.repository == 'grafana/phlare' + if: github.event_name == 'push' && github.repository == 'grafana/pyroscope' runs-on: ubuntu-latest needs: [build-push] steps: