Skip to content

Commit c47b2e2

Browse files
committed
ci: Inline runs-on
1 parent 07161cc commit c47b2e2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ on:
55
- pull_request
66
- workflow_dispatch
77

8-
defaults:
9-
runs-on: ubuntu-20.04
10-
118
jobs:
129
build:
1310
name: Build
11+
runs-on: ubuntu-20.04
1412
steps:
1513
- uses: actions/checkout@v2
1614

@@ -32,6 +30,7 @@ jobs:
3230
name: Deploy
3331
needs: build
3432
if: github.ref == 'refs/heads/master'
33+
runs-on: ubuntu-20.04
3534
steps:
3635
- name: Fetch build artifact
3736
uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)