Skip to content

Commit 01ce9e8

Browse files
committed
revoke tests changes
1 parent 2e5496a commit 01ce9e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/base_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
filters: .github/path_filters.yml
3333

3434
build:
35-
#needs: changes
36-
#if:${{ github.repository == 'OpenVisualCloud/Media-Transport-Library' && needs.changes.outputs.changed == 'true' }}
35+
needs: changes
36+
if: ${{ github.repository == 'OpenVisualCloud/Media-Transport-Library' && needs.changes.outputs.changed == 'true' }}
3737
runs-on: ${{ matrix.os }}
3838
timeout-minutes: 60
3939
container:

0 commit comments

Comments
 (0)