Skip to content

Commit

Permalink
FIX test
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan committed Jan 16, 2025
1 parent 5313786 commit 04f0354
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/functional.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Functional Tests

#on:
# push:
# branches:
# - master
# pull_request:
# branches:
# - master
# - '!checkvalgrind**'
on:
push:
branches:
- master
pull_request:
branches:
- master
- '!checkvalgrind**'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 04f0354

Please sign in to comment.