Skip to content

Commit

Permalink
Fix experimental nightly valgrind tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Jan 5, 2025
1 parent f5dca24 commit 94cac33
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 @@ -26,8 +26,8 @@ jobs:
name: Create an issue if valgrind failed
runs-on: ubuntu-latest
needs: [valgrind]
#if: ${{ github.repository == 'Akuli/jou' && always() && github.event_name == 'schedule' && valgrind }}
if: ${{ github.repository == 'Akuli/jou' && always() && valgrind }}
#if: ${{ github.repository == 'Akuli/jou' && always() && github.event_name == 'schedule' && needs.valgrind.result == 'failure' }}
if: ${{ github.repository == 'Akuli/jou' && always() && needs.valgrind.result == 'failure' }}
permissions:
issues: write
steps:
Expand Down

0 comments on commit 94cac33

Please sign in to comment.