Skip to content

Commit

Permalink
Revert "Set correct perms to workdir on self hosted runner"
Browse files Browse the repository at this point in the history
This reverts commit 818826a.
  • Loading branch information
sasha0552 authored Feb 13, 2024
1 parent b16ab56 commit 9138749
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .ci/template/sh-build-iso.yml.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ jobs:
runs-on: self-hosted

steps:
- name: Set correct permissions
run: |
sudo chown -R $USER:$USER "$GITHUB_WORKSPACE"

- name: Checkout repository
uses: actions/checkout@v4
with:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/sh-build-iso-rocm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ jobs:
runs-on: self-hosted

steps:
- name: Set correct permissions
run: |
sudo chown -R $USER:$USER "$GITHUB_WORKSPACE"
- name: Checkout repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 9138749

Please sign in to comment.