Skip to content

Commit

Permalink
Update valgrind.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vianpyro authored Oct 8, 2024
1 parent e5c299b commit c1fdd41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
jobs:
compile:
name: Compile C Project
uses: Vianpyro/Valgrind/.github/workflows/compile.yml@main # Reference the compile workflow
uses: Vianpyro/Valgrind/.github/workflows/compile.yml@main

test-valgrind:
name: Test Memory Leaks with Valgrind
needs: compile
uses: Vianpyro/Valgrind/.github/workflows/valgrind.yml@main # Reference the Valgrind workflow
uses: Vianpyro/Valgrind/.github/workflows/valgrind.yml@main

0 comments on commit c1fdd41

Please sign in to comment.