Skip to content

Commit

Permalink
Restore runner
Browse files Browse the repository at this point in the history
Signed-off-by: Yuriy Losev <[email protected]>
  • Loading branch information
yalosev committed May 14, 2024
1 parent f38f918 commit e2d7234
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflow_templates/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ needs:
- discover
- pull_request_info
if: needs.discover.outputs.run_{!{ $type }!} == 'true'
runs-on: 1.22-alpine3.19
runs-on: ubuntu-latest
steps:
{!{ tmpl.Exec "checkout_step" $ctx | strings.Indent 2 }!}

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ jobs:
- discover
- pull_request_info
if: needs.discover.outputs.run_no_cyrillic == 'true'
runs-on: 1.22-alpine3.19
runs-on: ubuntu-latest
steps:

# <template: checkout_step>
Expand Down Expand Up @@ -392,7 +392,7 @@ jobs:
- discover
- pull_request_info
if: needs.discover.outputs.run_doc_changes == 'true'
runs-on: 1.22-alpine3.19
runs-on: ubuntu-latest
steps:

# <template: checkout_step>
Expand Down Expand Up @@ -451,7 +451,7 @@ jobs:
- discover
- pull_request_info
if: needs.discover.outputs.run_copyright == 'true'
runs-on: 1.22-alpine3.19
runs-on: ubuntu-latest
steps:

# <template: checkout_step>
Expand Down Expand Up @@ -480,7 +480,7 @@ jobs:
- discover
- pull_request_info
if: needs.discover.outputs.run_grafana_dashboard == 'true'
runs-on: 1.22-alpine3.19
runs-on: ubuntu-latest
steps:

# <template: checkout_step>
Expand Down Expand Up @@ -538,7 +538,7 @@ jobs:
- discover
- pull_request_info
if: needs.discover.outputs.run_release_requirements == 'true'
runs-on: 1.22-alpine3.19
runs-on: ubuntu-latest
steps:

# <template: checkout_step>
Expand Down

0 comments on commit e2d7234

Please sign in to comment.