Skip to content

Commit

Permalink
ci: update runs-on to ubuntu-latest in sync-to-kse.yml
Browse files Browse the repository at this point in the history
Signed-off-by: donniean <[email protected]>
  • Loading branch information
donniean committed Sep 18, 2024
1 parent 8a387c7 commit 8a6d666
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/sync-to-kse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:

jobs:
sync-to-kse:
runs-on: self-runner-kubesphere
runs-on: ubuntu-latest

steps:
- name: Get current date
Expand All @@ -32,11 +32,6 @@ jobs:
- name: Checkout Source
uses: actions/checkout@v4

# - name: Setup Git user
# run: |
# git config user.name "GitHub Actions"
# git config user.email "[email protected]"

- name: Checkout Target
run: |
git remote add kse-console https://github.com/${{ env.TARGET_OWNER }}/${{ env.TARGET_REPO_NAME }}.git
Expand Down

0 comments on commit 8a6d666

Please sign in to comment.