From 18109327eb16e7b55a2339924c3e86bbdd20051c Mon Sep 17 00:00:00 2001 From: mrekucci Date: Wed, 3 Jul 2024 15:22:23 +0200 Subject: [PATCH] fix: infrastructure workflow branch name --- .github/workflows/infrstructure.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/infrstructure.yml b/.github/workflows/infrstructure.yml index 0069101c6..71beb644c 100644 --- a/.github/workflows/infrstructure.yml +++ b/.github/workflows/infrstructure.yml @@ -49,6 +49,7 @@ jobs: cluster: name: Setup and Test Nomad Cluster runs-on: ubuntu-22.04 + run-name: ${{ github.event.workflow_run.head_branch || github.event.workflow_run.head_sha }} timeout-minutes: 180 if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}