Skip to content

Commit 8050e75

Browse files
committed
apparently there is an issue with github.event_name push
Signed-off-by: Martijn Govers <[email protected]>
1 parent e167c20 commit 8050e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clang-tidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
brew install boost eigen nlohmann-json doctest
6363
6464
- name: Set build target in case of push
65-
if: github.event_name == 'push'
65+
if: github.event_name != 'workflow_dispatch'
6666
run: |
6767
echo "TARGET=power_grid_model_c" >> $GITHUB_ENV
6868

0 commit comments

Comments
 (0)