Skip to content

Commit

Permalink
fix: fixed user permissions in self-hosted runners (openedx#29362)
Browse files Browse the repository at this point in the history
  • Loading branch information
mraarif authored Nov 19, 2021
1 parent df90d11 commit 225a5c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/verify-gha-unit-tests-count.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
collect-and-verify:
runs-on: [ self-hosted ]
steps:
- name: sync directory owner
run: sudo chown runner:runner -R .*

- uses: actions/checkout@v2
- name: install requirements
run: |
Expand Down

0 comments on commit 225a5c6

Please sign in to comment.