Update web-container.yml
This commit is contained in:
parent
b0a22fc8c5
commit
93290f5fc5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/web-container.yml
vendored
2
.github/workflows/web-container.yml
vendored
|
|
@ -16,7 +16,7 @@ on:
|
|||
- web/**
|
||||
jobs:
|
||||
determine-workflow:
|
||||
runs-on: 'ubuntu-latest'
|
||||
runs-on: ['self-hosted','pi']
|
||||
outputs:
|
||||
workflow_type: ${{ steps.workflow.outputs.workflow_type }}
|
||||
workflow_envs: ${{ steps.workflow.outputs.workflow_envs }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue