mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-03-01 15:52:02 +00:00
ci: fix release commit message check
This commit is contained in:
parent
56e9856b52
commit
99bfacf265
2
.github/workflows/prebuild.yml
vendored
2
.github/workflows/prebuild.yml
vendored
@ -83,7 +83,7 @@ jobs:
|
|||||||
# Checking the format of release commit messages.
|
# Checking the format of release commit messages.
|
||||||
release_commit_msg_check:
|
release_commit_msg_check:
|
||||||
name: Release commit message check
|
name: Release commit message check
|
||||||
if: ${{ startsWith(github.ref, 'refs/tags/release/') && github.repository == 'trezor/trezor-firmware' }}
|
if: ${{ startsWith(github.ref, 'refs/heads/release/') && github.repository == 'trezor/trezor-firmware' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
Loading…
Reference in New Issue
Block a user