forked from Green-Sky/tomato
move small cd tasks to 1vcpu runners
This commit is contained in:
4
.github/workflows/cd.yml
vendored
4
.github/workflows/cd.yml
vendored
@@ -280,7 +280,7 @@ jobs:
|
||||
|
||||
|
||||
dumpsyms:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-slim
|
||||
|
||||
needs:
|
||||
- linux-ubuntu
|
||||
@@ -351,7 +351,7 @@ jobs:
|
||||
release:
|
||||
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) }}
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-slim
|
||||
|
||||
needs:
|
||||
- linux-ubuntu
|
||||
|
||||
Reference in New Issue
Block a user