build(fixtures-update): all CI jobs on smaller worker (#1934)

This commit is contained in:
cragwolfe 2023-10-28 21:19:51 -07:00 committed by GitHub
parent 4e669d419f
commit 76213ecba7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ env:
jobs:
setup:
runs-on: ubuntu-latest-m
runs-on: ubuntu-latest
if: |
github.event_name == 'workflow_dispatch' ||
(github.event_name == 'push' && contains(github.event.head_commit.message, 'ingest-test-fixtures-update'))