Skip to content

Commit

Permalink
update runners: from self-hosted to github ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian committed Jun 7, 2024
1 parent 2a5f7b6 commit 1429c06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ on:
jobs:
build:
name: Kheops-compiled Docker ${{ github.event_name }}
runs-on: [self-hosted]
runs-on: [ubuntu-latest]
steps:
- name: Checkout current project repository
uses: actions/checkout@v3
with:
path: testing_project_Angular
path: ${{ env.REPOSITORY_DIR }}
- name: Comment PR
uses: thollander/actions-comment-pull-request@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ on:
jobs:
build:
name: Kheops-compiled Docker ${{ github.event_name }}
runs-on: [self-hosted]
runs-on: [ubuntu-latest]
steps:
- name: Checkout current project repository
uses: actions/checkout@v3
with:
path: testing_project_Angular
path: ${{ env.REPOSITORY_DIR }}
- id: pull_docker_image
name: Pull Kheops-compiled container image
run: |
Expand Down

0 comments on commit 1429c06

Please sign in to comment.