File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 47
47
48
48
gtest-build-mtl :
49
49
needs : gtest-check-for-changes
50
- if : ${{ github.repository == 'OpenVisualCloud/Media-Transport-Library' && needs.changes.outputs.changed == 'true' }}
50
+ if : ${{ github.repository == 'OpenVisualCloud/Media-Transport-Library' && needs.gtest-check-for- changes.outputs.changed == 'true' }}
51
51
runs-on : [Linux, self-hosted, DPDK]
52
52
timeout-minutes : 60
53
53
91
91
92
92
gtest-perform-tests :
93
93
needs : [gtest-check-for-changes, gtest-build-mtl]
94
- if : ${{ github.repository == 'OpenVisualCloud/Media-Transport-Library' && needs.changes.outputs.changed == 'true' }}
94
+ if : ${{ github.repository == 'OpenVisualCloud/Media-Transport-Library' && needs.gtest-check-for- changes.outputs.changed == 'true' }}
95
95
runs-on : [Linux, self-hosted, DPDK]
96
96
steps :
97
97
- name : Harden Runner
You can’t perform that action at this time.
0 commit comments