Skip to content

Commit

Permalink
ci: 👷 make pipeline run on github hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
RigoQuinck committed Apr 23, 2024
1 parent be211aa commit 4b16b44
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/devops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ env:

jobs:
qa:
runs-on: self-hosted-x64-power
container:
image: ubuntu:latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -50,9 +48,7 @@ jobs:
projectName: ${{ env.PROJECT_NAME }}

publish:
runs-on: self-hosted-x64-power
container:
image: ubuntu:latest
runs-on: ubuntu-latest
needs: qa
if: ${{ github.ref_name == 'master' }}
steps:
Expand Down

0 comments on commit 4b16b44

Please sign in to comment.