better naming

pull/7154/head
Gokhan Gulbiz 2023-08-23 15:49:20 +03:00
parent ca8aa3face
commit 16f360a402
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
name: Build & Test name: Build & Test
run-name: Build & Test - ${{ github.event.pull_request.number || github.ref }} - ${{ github.sha }} run-name: Build & Test - ${{ github.event.pull_request.number || github.ref_name }} - ${{ github.sha }}
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true cancel-in-progress: true