Skip to content

Commit

Permalink
feat(ci/cd): use our own runner image
Browse files Browse the repository at this point in the history
DEVOPS-77
  • Loading branch information
remdub committed Aug 1, 2024
1 parent 384a085 commit 18a7c3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deb-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ on:

jobs:
deb:
runs-on:
group: self-hosted
runs-on: gha-runners-teleservices
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ on:

jobs:
deb:
runs-on:
group: self-hosted
runs-on: gha-runners-teleservices
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 18a7c3c

Please sign in to comment.