We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d8c045 commit a7567afCopy full SHA for a7567af
.github/path_filters.yml
@@ -54,7 +54,7 @@ ubuntu_build: &ubuntu_build
54
- *ecosystem
55
56
linux_gtest: &linux_gtest
57
- - .github/workflows/ubuntu_build_with_gtest.yml
+ - .github/workflows/gtest-bare-metal.yml
58
- '.github/workflows/upl*'
59
- *ice_build
60
- *ubuntu_build
.github/workflows/gtest-bare-metal.yml
@@ -64,9 +64,6 @@ jobs:
64
with:
65
egress-policy: audit
66
67
- - name: Make sure valid ownership is applied on runner directory tree
68
- run: sudo chown -R iaac:iaac /home/actions-runner/_work
69
-
70
- name: Checkout MTL
71
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
72
0 commit comments