EphemeralEnvs: Trigger workflow when PR is merged (#110501)

This commit is contained in:
Matheus Macabu
2025-09-03 16:50:28 +02:00
committed by GitHub
parent fa20755d4b
commit 4be28f6f7e
@@ -10,7 +10,7 @@ permissions: {}
jobs:
handle-ephemeral-instances:
if: ${{ github.event.issue.pull_request && (startsWith(github.event.comment.body, '/deploy-to-hg') || github.event.action == 'closed') && github.repository_owner == 'grafana' }}
if: ${{ github.repository_owner == 'grafana' && ((github.event.issue.pull_request && startsWith(github.event.comment.body, '/deploy-to-hg')) || github.event.action == 'closed') }}
runs-on:
labels: ubuntu-x64-xlarge
continue-on-error: true