ci: Remove runs-on limitation for x86
This commit is contained in:
parent
dadc7375aa
commit
cbd5c18fbf
@ -10,7 +10,6 @@ jobs:
|
||||
build-x86:
|
||||
container:
|
||||
image: node:22.3-bookworm
|
||||
runs-on: [arm64]
|
||||
# For manual trigger via Gitea while they implement the workflow_dispatch
|
||||
if: ${{ github.event.pull_request != '' || github.event.pusher != '' || github.event.comment.body == '!actions run x86' || github.event.comment.body == '!actions run all' }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user