Skip to content

Commit

Permalink
Run CI after pyproject.toml changes (TEMP)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddundo committed Dec 29, 2024
1 parent f4d71ae commit 71c5d8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,20 @@ on:
- '**.py'
- '**.geo'
- '.github/workflows/test_suite.yml'
- 'pyproject.toml'

# Run test suite whenever commits are pushed to an open PR
pull_request:
paths:
- '**.py'
- '**.geo'
- '.github/workflows/test_suite.yml'
- 'pyproject.toml'

# Run test suite every Sunday at 1AM
schedule:
- cron: '0 1 * * 0'

jobs:
test_suite:
uses: mesh-adaptation/docs/.github/workflows/reusable_test_suite.yml@main
uses: mesh-adaptation/docs/.github/workflows/reusable_test_suite.yml@workflow_install_test

0 comments on commit 71c5d8a

Please sign in to comment.