ci: build workflow dynamic name (2)

This commit is contained in:
Nicolas Giard 2022-12-02 14:41:10 -05:00 committed by GitHub
parent 1ca716faf7
commit d8db6e7102
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
name: Build and Release
run-name: Build ${{ github.run_number }} of branch ${{ github.ref_name }} by @${{ github.actor }}
run-name: ${{ github.event.inputs.publish == 'true' && '[Prod]' || '[Dev]' }} Build ${{ github.run_number }} of branch ${{ github.ref_name }} by @${{ github.actor }}
on:
push: