Skip to content

Commit

Permalink
Update lo-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
biliwala authored Nov 17, 2021
1 parent 9a1e895 commit e078d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

build_packages:
name: Build ${{ github.event.client_payload.device || github.event.inputs.device }} packages
runs-on: self-hosted # ubuntu-18.04
runs-on: ubuntu-18.04 # self-hosted
env:
DEVICE: ${{ github.event.client_payload.device || github.event.inputs.device }}
BRANCH: ${{ github.event.client_payload.branch || github.event.inputs.branch }}
Expand Down

0 comments on commit e078d1a

Please sign in to comment.