Skip to content

Commit

Permalink
ci: enable neutron-understack pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
cardoe committed Sep 4, 2024
1 parent af11336 commit 03590b2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/code-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ on:
branches:
- main
paths:
- "python/ironic-understack/**"
- "python/understack-workflows/**"
- "python/**"
- ".github/workflows/code-test.yaml"
pull_request_target:
paths:
- "python/ironic-understack/**"
- "python/understack-workflows/**"
- "python/**"
- ".github/workflows/code-test.yaml"
workflow_dispatch:

Expand All @@ -32,6 +30,7 @@ jobs:
project:
- understack-workflows
- ironic-understack
- neutron-understack

defaults:
run:
Expand Down

0 comments on commit 03590b2

Please sign in to comment.