give `linux_armv7l` permission to cleanup cache

Authored by: bashonly
pull/13997/head
bashonly 5 days ago
parent 606f3e8c70
commit 28171227d0
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

@ -191,6 +191,9 @@ jobs:
linux_armv7l:
needs: process
if: inputs.linux_armv7l
permissions:
contents: read
actions: write # For cleaning up cache
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@v4

Loading…
Cancel
Save