Skip to content

Commit

Permalink
Merge pull request #122 from elisasre/useelisarunner
Browse files Browse the repository at this point in the history
use elisa-normal runner
  • Loading branch information
zetaab authored Oct 23, 2023
2 parents c895009 + 6d141d5 commit e3d978f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ on:

jobs:
build:
runs-on:
- self-hosted
- kaas
runs-on: elisa-normal
permissions:
id-token: write
contents: read
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ on: [pull_request]

jobs:
build:
runs-on:
- self-hosted
- kaas
runs-on: elisa-normal
permissions:
id-token: write
contents: read
Expand Down Expand Up @@ -50,9 +48,7 @@ jobs:
permissions:
pull-requests: write
contents: write
runs-on:
- self-hosted
- kaas
runs-on: elisa-normal
timeout-minutes: 15
steps:
- name: Automerge dependabot PR
Expand Down

0 comments on commit e3d978f

Please sign in to comment.