Skip to content

Commit 0bb3bc4

Browse files
committed
Add permission fix before checkout to avoid docker wrote something as
root Signed-off-by: Chendi Xue <chendi.xue@intel.com>
1 parent 55c19ce commit 0bb3bc4

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 chown -R $USER:$USER $GITHUB_WORKSPACE || true
81+
7882
- name: Checkout repository
7983
uses: actions/checkout@v4
8084

0 commit comments

Comments
 (0)