From 449644e887d6a9c934dceecd4afecaf76c3bd710 Mon Sep 17 00:00:00 2001 From: Ryan Mulhall <35538242+rem1776@users.noreply.github.com> Date: Wed, 5 Jun 2024 14:58:00 -0400 Subject: [PATCH] Update github_autotools_intel.yml --- .github/workflows/github_autotools_intel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github_autotools_intel.yml b/.github/workflows/github_autotools_intel.yml index a09f8c87d..6177c4c01 100644 --- a/.github/workflows/github_autotools_intel.yml +++ b/.github/workflows/github_autotools_intel.yml @@ -1,4 +1,4 @@ -on: pull_request +on: push # cancel running jobs if theres a newer push concurrency: @@ -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