Run on every push of this branch

This commit is contained in:
Christian Simon
2025-12-04 16:30:53 +00:00
parent 1628e1e0da
commit 022f8847da
@@ -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