Skip to content

Commit

Permalink
Removing philips runners
Browse files Browse the repository at this point in the history
  • Loading branch information
evozniak committed Oct 2, 2023
1 parent d0e6e71 commit b18295e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit b18295e

Please sign in to comment.