From 022f8847da3b0d9b05146f651e02648486389e7d Mon Sep 17 00:00:00 2001 From: Christian Simon Date: Thu, 4 Dec 2025 16:27:43 +0000 Subject: [PATCH] Run on every push of this branch --- .github/workflows/ephemeral-instances-pr-comment.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ephemeral-instances-pr-comment.yml b/.github/workflows/ephemeral-instances-pr-comment.yml index c116e43a443..3b52c6df1bf 100644 --- a/.github/workflows/ephemeral-instances-pr-comment.yml +++ b/.github/workflows/ephemeral-instances-pr-comment.yml @@ -1,16 +1,18 @@ name: "Ephemeral instances" on: - issue_comment: - types: [created] - pull_request: - types: [closed] + push: + branches: + - 20251127_hackathon-2025-12-gracoca permissions: {} +env: + ENTERPRISE_REF: 20251127_hackathon-2025-12-gracoca + jobs: handle-ephemeral-instances: - if: ${{ github.repository_owner == 'grafana' && ((github.event.issue.pull_request && startsWith(github.event.comment.body, '/deploy-to-hg')) || github.event.action == 'closed') }} + if: ${{ github.repository_owner == 'grafana' }} runs-on: labels: ubuntu-x64-xlarge continue-on-error: true