Add run-name to production-deploy workflow

This commit is contained in:
2025-10-31 15:38:05 +01:00
parent b58bf33119
commit 986e15d55a

View File

@@ -1,5 +1,7 @@
name: Production Deployment Pipeline name: Production Deployment Pipeline
run-name: Production Deployment - ${{ github.ref_name }} - ${{ github.sha }}
on: on:
push: push:
branches: [ main, develop ] branches: [ main, develop ]