Skip to content

Commit

Permalink
update smoke test wf
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoegel committed Jun 18, 2024
1 parent 70b4dd4 commit 25139a2
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Nightly Smoke Tests
name: Smoke Tests

on:
schedule:
Expand All @@ -13,6 +13,9 @@ on:
options:
- WARNING
- DEBUG
pull_request:
paths:
- 'test/smoke/**'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
Expand All @@ -39,7 +42,7 @@ env:

jobs:
test:
name: Nightly Smoke Test
name: Smoke Test
runs-on: ubuntu-latest
env:
PYTHON_VERSION: '3.12'
Expand Down

0 comments on commit 25139a2

Please sign in to comment.