Skip to content

Commit

Permalink
Merge pull request #209 from ytsarev/fix-runners
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanduplessis committed Jun 29, 2024
2 parents 86f6346 + 8dd3ab5 commit 16817f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/provider-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ jobs:
run: make local-deploy

publish-artifacts:
runs-on: [e2-standard-8, linux]
runs-on: e2-standard-8
needs: detect-noop
if: needs.detect-noop.outputs.noop != 'true'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/provider-publish-service-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ env:

jobs:
index:
runs-on: [e2-standard-8, linux]
runs-on: e2-standard-8
outputs:
indices: ${{ steps.calc.outputs.indices }}
steps:
Expand All @@ -76,7 +76,7 @@ jobs:
index: ${{ fromJSON(needs.index.outputs.indices) }}

needs: index
runs-on: [e2-standard-8, linux]
runs-on: e2-standard-8
steps:
- name: Cleanup Disk
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
Expand Down

0 comments on commit 16817f0

Please sign in to comment.