Skip to content

Commit

Permalink
Update ubuntu_build_with_gtest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mionsz authored Jan 30, 2025
1 parent 776ee3a commit 564528e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu_build_with_gtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
sudo ldconfig
Test:
needs: [changes, Build]
if: ${{ github.repository == 'OpenVisualCloud/Media-Transport-Library' && needs.changes.outputs.changed == 'true' }}
needs: [Build]
if: ${{ github.repository == 'OpenVisualCloud/Media-Transport-Library' }}
runs-on: [Linux, self-hosted, DPDK]
steps:
- name: Harden Runner
Expand Down

0 comments on commit 564528e

Please sign in to comment.