mirror of
https://github.com/discourse/discourse.git
synced 2025-01-16 06:42:41 +08:00
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:
parent
30be75460f
commit
f015ea897e
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user