diff --git a/.github/workflows/pr-comment-trigger.yml b/.github/workflows/pr-comment-trigger.yml index 25f52a0..6a686f5 100644 --- a/.github/workflows/pr-comment-trigger.yml +++ b/.github/workflows/pr-comment-trigger.yml @@ -42,7 +42,7 @@ on: jobs: debug: - runs-on: [e2-standard-8, linux] + runs-on: e2-standard-8 steps: - name: Debug run: | diff --git a/.github/workflows/publish-provider-family.yml b/.github/workflows/publish-provider-family.yml index 1887c7e..2f0d714 100644 --- a/.github/workflows/publish-provider-family.yml +++ b/.github/workflows/publish-provider-family.yml @@ -64,7 +64,7 @@ env: jobs: index: - runs-on: [e2-standard-8, linux] + runs-on: e2-standard-8 outputs: indices: ${{ steps.calc.outputs.indices }} steps: