Skip to content

Commit

Permalink
chnage to public runners
Browse files Browse the repository at this point in the history
  • Loading branch information
snehasreeramini committed Feb 8, 2024
1 parent 461755c commit 346727e
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
type: string
description: 'JSON string/array describing the runner'
required: true
default: '["self-hosted", "x64"]'
default: 'ubuntu-latest'

jobs:
call_matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dispatch_dev_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
runs_on:
description: 'JSON string/array describing the runner'
required: true
default: '["self-hosted", "x64"]'
default: 'ubuntu-latest'

jobs:
call_matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_component_7.0x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: oxid-eSales/github-actions/.github/workflows/call-universal_test_workflow.yml@v3
with:
testplan: 'tests/github_actions/defaults/7.0.x.yml,tests/github_actions/twig-component.yml','test/github_actions/defaults/defaults.yml'
runs_on: '["self-hosted", "x64"]'
runs_on: ' ubuntu-latest'
defaults: 'v3'
secrets:
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_component_7.1x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: oxid-eSales/github-actions/.github/workflows/call-universal_test_workflow.yml@v3
with:
testplan: 'tests/github_actions/defaults/7.1.x.yml,test/github_actions/defaults/defaults.yml,tests/github_actions/twig-component.yml'
runs_on: '["self-hosted", "x64"]'
runs_on: 'ubuntu-latest'
defaults: 'v3'
secrets:
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_component_8.0x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: oxid-eSales/github-actions/.github/workflows/call-universal_test_workflow.yml@v3
with:
testplan: 'tests/github_actions/twig-component.yml,test/github_actions/defaults/defaults.yml'
runs_on: '["self-hosted", "x64"]'
runs_on: 'ubuntu-latest'
defaults: 'v3'
secrets:
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_component_7.0x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: oxid-eSales/github-actions/.github/workflows/call-universal_test_workflow.yml@v3
with:
testplan: 'tests/github_actions/twig-component.yml'
runs_on: '["self-hosted", "x64"]'
runs_on: 'ubuntu-latest'
defaults: 'v3'
secrets:
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_component_7.1x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: oxid-eSales/github-actions/.github/workflows/call-universal_test_workflow.yml@v3
with:
testplan: 'tests/github_actions/twig-component.yml'
runs_on: '["self-hosted", "x64"]'
runs_on: 'ubuntu-latest'
defaults: 'v3'
secrets:
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_component_8.0x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: oxid-eSales/github-actions/.github/workflows/call-universal_test_workflow.yml@v3
with:
testplan: 'tests/github_actions/twig-component.yml'
runs_on: '["self-hosted", "x64"]'
runs_on: 'ubuntu-latest'
defaults: 'v3'
secrets:
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
uses: oxid-eSales/github-actions/.github/workflows/call-universal_test_workflow.yml@v3
with:
testplan: 'tests/github_actions/defaults/php8.2_mysql8.0_only.yml,tests/github_actions/defaults/ee.yml,tests/github_actions/twig-component.yml'
runs_on: '["self-hosted", "x64"]'
runs_on: 'ubuntu-latest'
defaults: 'v3'
secrets:
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
Expand Down

0 comments on commit 346727e

Please sign in to comment.