DEV: Move merge job in tests workflow to different runner (#30602)

Use the `ubuntu-latest` runner which is free instead thus freeing up a
self hosted runner
This commit is contained in:
Alan Guo Xiang Tan 2025-01-07 09:26:35 +08:00 committed by GitHub
parent 30be75460f
commit f015ea897e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -411,7 +411,7 @@ jobs:
merge: merge:
if: github.repository == 'discourse/discourse' && github.ref == 'refs/heads/main' if: github.repository == 'discourse/discourse' && github.ref == 'refs/heads/main'
runs-on: debian-12 runs-on: ubuntu-latest
needs: build needs: build
steps: steps:
- name: Merge Artifacts - name: Merge Artifacts