Skip to content

Commit c0eb340

Browse files
authored
Merge pull request #394 from Staffbase/remove-runner-architecture-from-job-name
Remove misleading arch-name from job title
2 parents 49d5c27 + ca5648e commit c0eb340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/template_gitops.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ on:
103103

104104
jobs:
105105
gitops:
106-
name: GitOps (${{ inputs.docker-build-platform }})
106+
name: GitOps
107107
runs-on: ${{ inputs.runs-on }}
108108
if: github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')
109109

0 commit comments

Comments
 (0)