Skip to content

Commit

Permalink
Update github_autotools_intel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1776 authored Jun 5, 2024
1 parent 5757c78 commit 449644e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github_autotools_intel.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
on: pull_request
on: push

# cancel running jobs if theres a newer push
concurrency:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- name: checkout
uses: actions/checkout@v4
- name: Configure
run: autoreconf -if ./configure.ac && ./configure --with-yaml
run: autoreconf -if ./configure.ac && ./configure --with-yaml || cat config.log
- name: Compile
run: make -j || make
- name: Run test suite
Expand Down

0 comments on commit 449644e

Please sign in to comment.