Skip to content

Commit

Permalink
Change runs-on.
Browse files Browse the repository at this point in the history
Signed-off-by: ZePan110 <[email protected]>
  • Loading branch information
ZePan110 committed Sep 19, 2024
1 parent cfbedb3 commit 790ac04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-dockerfile-path-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
fi
check-the-validity-of-hyperlinks-in-README:
runs-on: self-hosted #ubuntu-latest
runs-on: ubuntu-latest
steps:
- name: Clean Up Working Directory
run: sudo rm -rf ${{github.workspace}}/*
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
shell: bash

check-the-validity-of-relative-path:
runs-on: self-hosted #ubuntu-latest
runs-on: ubuntu-latest
steps:
- name: Clean up Working Directory
run: sudo rm -rf ${{github.workspace}}/*
Expand Down

0 comments on commit 790ac04

Please sign in to comment.