Skip to content

Commit

Permalink
Add useful run-name, cosmetic changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
lystopad committed Oct 22, 2024
1 parent 2a5de50 commit de603d3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Release
run-name: Release ${{ inputs.release_version }} from branch ${{ inputs.checkout_ref }} executed by @${{ github.actor }}

env:
APPLICATION: "erigon"
Expand All @@ -21,12 +22,6 @@ on:
push:
branches-ignore:
- '**'
#branches:
# - 'master'
#tags:
## only trigger on release tags:
#- 'v*.*.*'
#- 'v*.*.*-*'
workflow_dispatch:
inputs:
checkout_ref:
Expand Down

0 comments on commit de603d3

Please sign in to comment.