Skip to content

Commit a7567af

Browse files
DawidWesierski4staszczuk
authored andcommitted
Ci: fix permissions for ci gtest (#1262)
Co-authored-by: Pawel Staszczuk <[email protected]>
1 parent 3d8c045 commit a7567af

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/path_filters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ ubuntu_build: &ubuntu_build
5454
- *ecosystem
5555

5656
linux_gtest: &linux_gtest
57-
- .github/workflows/ubuntu_build_with_gtest.yml
57+
- .github/workflows/gtest-bare-metal.yml
5858
- '.github/workflows/upl*'
5959
- *ice_build
6060
- *ubuntu_build

.github/workflows/gtest-bare-metal.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ jobs:
6464
with:
6565
egress-policy: audit
6666

67-
- name: Make sure valid ownership is applied on runner directory tree
68-
run: sudo chown -R iaac:iaac /home/actions-runner/_work
69-
7067
- name: Checkout MTL
7168
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7269
with:

0 commit comments

Comments
 (0)