Skip to content

Commit

Permalink
Fix SHA, r6
Browse files Browse the repository at this point in the history
  • Loading branch information
leshikus committed Oct 2, 2024
1 parent 1f36f7c commit 2ef88f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Cross-compile IMEX on CPUs
on:
# FIXME
# push:
branches:
# - main
# branches:
# - main
pull_request:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
-DLLVM_EXTERNAL_LIT=${external_lit} \
-DMLIR_DIR=/home/runner/work/llvm-mlir/_mlir_install/lib/cmake/mlir \
-DLLVM_LIT_ARGS=-a
cov-build $HOME/cov-int cmake --build _build --target check-imex
cov-build --dir $HOME/cov-int cmake --build _build --target check-imex
- name: Create coverity results tarball
run: |
Expand Down

0 comments on commit 2ef88f0

Please sign in to comment.