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 2e5496a commit 01ce9e8Copy full SHA for 01ce9e8
.github/workflows/base_build.yml
@@ -32,8 +32,8 @@ jobs:
32
filters: .github/path_filters.yml
33
34
build:
35
- #needs: changes
36
- #if:${{ github.repository == 'OpenVisualCloud/Media-Transport-Library' && needs.changes.outputs.changed == 'true' }}
+ needs: changes
+ if: ${{ github.repository == 'OpenVisualCloud/Media-Transport-Library' && needs.changes.outputs.changed == 'true' }}
37
runs-on: ${{ matrix.os }}
38
timeout-minutes: 60
39
container:
0 commit comments