Skip to content

Commit

Permalink
Update presubmit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TApplencourt authored Aug 19, 2024
1 parent aa9f399 commit 4893f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
make -j 32 install
working-directory: userspace-rcu
lttng-tools:
needs: pre_job
needs: [pre_job, userspace-rcu]
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
name: Build lttng-tools
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4893f94

Please sign in to comment.