Skip to content

Commit

Permalink
Merge pull request #106 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 8b01776 + fd213cc commit 2b4d699
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ on:

jobs:
analyze:
runs-on:
- self-hosted
- kaas
runs-on: elisa-normal
timeout-minutes: 15
permissions:
id-token: write
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ on:

jobs:
analyze:
runs-on:
- self-hosted
- kaas
runs-on: elisa-normal
timeout-minutes: 15
permissions:
id-token: write
Expand Down Expand Up @@ -46,9 +44,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
4 changes: 1 addition & 3 deletions .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ on:

jobs:
build-release:
runs-on:
- self-hosted
- kaas
runs-on: elisa-normal
timeout-minutes: 5

steps:
Expand Down

0 comments on commit 2b4d699

Please sign in to comment.