Skip to content

Commit b437ff8

Browse files
authored
Add permission fix before checkout (#98)
* Add permission fix before checkout to avoid docker wrote something as root Signed-off-by: Chendi Xue <chendi.xue@intel.com> * re trigger CLA check --------- Signed-off-by: Chendi Xue <chendi.xue@intel.com>
1 parent 55c19ce commit b437ff8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/vllm-benchmark.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ jobs:
7575
id-token: write
7676
contents: read
7777
steps:
78+
- name: Fix workspace permissions
79+
run: |
80+
sudo -n chown -R $USER:$USER $GITHUB_WORKSPACE || true
81+
7882
- name: Checkout repository
7983
uses: actions/checkout@v4
8084

0 commit comments

Comments
 (0)