Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
razo7 committed May 22, 2023
1 parent 8ce92a2 commit a3d2c40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/post-submit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
push_to_registry:
name: Build and push images to quay.io/medik8s
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-submit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on: # on events
- release-*
jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit a3d2c40

Please sign in to comment.