1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-17 05:03:07 +00:00

ci: actions: no block-fixup on scheduled pipelines

This commit is contained in:
Martin Milata 2024-05-10 01:22:52 +02:00
parent 5f0d028a83
commit be049ba619

View File

@ -9,6 +9,7 @@ on:
jobs:
block-fixup:
name: Block fixup
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4