Removing philips runners
This commit is contained in:
parent
d0e6e71f59
commit
b18295e200
|
|
@ -19,7 +19,7 @@ on:
|
|||
|
||||
jobs:
|
||||
Tests:
|
||||
runs-on: [self-hosted, linux, x64, philips-code-hub, ubuntu-latest]
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
|
@ -56,7 +56,7 @@ jobs:
|
|||
|
||||
Build:
|
||||
needs: [Tests]
|
||||
runs-on: [self-hosted, linux, x64, philips-code-hub, ubuntu-latest]
|
||||
runs-on: ubuntu-22.04
|
||||
outputs:
|
||||
oauth2proxyPRTag: ${{ steps.setVariables.outputs.prTag }}
|
||||
oauth2proxyCITag: ${{ steps.setVariables.outputs.betaTag }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue