Skip to content

Commit

Permalink
Reenable dev deploys (#2012)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonswine authored Jul 19, 2023
1 parent 8b99b07 commit 3b5e920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3b5e920

Please sign in to comment.