Merge pull request #342 from corneil/corneil/workflow-update
Workflow update
This commit is contained in:
4
.github/workflows/common.yml
vendored
4
.github/workflows/common.yml
vendored
@@ -190,7 +190,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
app: ${{ fromJson(needs.parameters.outputs.processors) }}
|
||||
runs-on: stream-ci
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 'Configure: checkout stream-applications'
|
||||
uses: actions/checkout@v3
|
||||
@@ -220,7 +220,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
app: ${{ fromJson(needs.parameters.outputs.sinks) }}
|
||||
runs-on: stream-ci
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 'Configure: checkout stream-applications'
|
||||
uses: actions/checkout@v3
|
||||
|
||||
Reference in New Issue
Block a user