Better naming work build and test

pull/7154/head
Gokhan Gulbiz 2023-08-25 14:09:39 +03:00
parent 5c5375e5ff
commit 752eaff716
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_name }} ${{ github.event.pull_request.number || github.ref_name }} run-name: Build & Test - ${{ github.event_name }} ${{ github.event.pull_request.title || github.ref_name }}
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