Removing philips runners

This commit is contained in:
Eduardo Vozniak 2023-10-02 11:40:49 -03:00
parent d0e6e71f59
commit b18295e200
No known key found for this signature in database
GPG Key ID: ACB52F85E23B1C50
1 changed files with 2 additions and 2 deletions

View File

@ -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 }}