From 25139a26d3bb8ed4667c095d3592b2ac2f64ce67 Mon Sep 17 00:00:00 2001 From: ckoegel Date: Tue, 18 Jun 2024 15:56:57 -0400 Subject: [PATCH] update smoke test wf --- .github/workflows/{test-nightly.yml => test-smoke.yml} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) rename .github/workflows/{test-nightly.yml => test-smoke.yml} (96%) diff --git a/.github/workflows/test-nightly.yml b/.github/workflows/test-smoke.yml similarity index 96% rename from .github/workflows/test-nightly.yml rename to .github/workflows/test-smoke.yml index 15325927..2c01e53b 100644 --- a/.github/workflows/test-nightly.yml +++ b/.github/workflows/test-smoke.yml @@ -1,4 +1,4 @@ -name: Nightly Smoke Tests +name: Smoke Tests on: schedule: @@ -13,6 +13,9 @@ on: options: - WARNING - DEBUG + pull_request: + paths: + - 'test/smoke/**' concurrency: group: ${{ github.workflow }}-${{ github.head_ref }} @@ -39,7 +42,7 @@ env: jobs: test: - name: Nightly Smoke Test + name: Smoke Test runs-on: ubuntu-latest env: PYTHON_VERSION: '3.12'