mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-04 05:28:17 +00:00
ci: work around rate limit, no UI comment for legacy
This commit is contained in:
parent
aa58ea7158
commit
92a0e9d6c7
1
.github/workflows/core.yml
vendored
1
.github/workflows/core.yml
vendored
@ -712,6 +712,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: sleep 1m # try avoiding github api rate limit
|
||||
- uses: ./.github/actions/ui-comment
|
||||
|
||||
core_upload_emu:
|
||||
|
10
.github/workflows/legacy.yml
vendored
10
.github/workflows/legacy.yml
vendored
@ -139,6 +139,8 @@ jobs:
|
||||
status: ${{ job.status }}
|
||||
continue-on-error: true
|
||||
if: ${{ always() && matrix.coins == 'universal' }}
|
||||
- run: echo "${{ env.PULL_COMMENT }}" >> $GITHUB_STEP_SUMMARY
|
||||
if: ${{ always() && matrix.coins == 'universal' }}
|
||||
|
||||
legacy_upgrade_test:
|
||||
name: Upgrade test
|
||||
@ -217,14 +219,6 @@ jobs:
|
||||
aws s3 sync --only-show-errors master_diff s3://data.trezor.io/dev/firmware/master_diff/${{ github.run_id }}
|
||||
continue-on-error: true
|
||||
|
||||
legacy_ui_comment:
|
||||
name: Post comment with UI diff URLs
|
||||
if: github.event_name == 'pull_request'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ./.github/actions/ui-comment
|
||||
|
||||
legacy_upload_emu:
|
||||
name: Upload emulator binaries
|
||||
if: github.event_name == 'schedule'
|
||||
|
Loading…
Reference in New Issue
Block a user