Skip to content

Commit f11628f

Browse files
committed
workflows: build-numpy: trigger only on changes to workflow
Don't trigger the build-numpy.yml workflow if a change has been made to other files, such as doc update scripts or documentation itself. Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
1 parent a723311 commit f11628f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/build-numpy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ on:
1111
pull_request:
1212
paths:
1313
- '.github/workflows/build-numpy.yml'
14-
- 'actions/publish-to-gitlab/**'
15-
- 'actions/publish-wheels/**'
16-
- 'ci_scripts/update_doc.py'
1714

1815
concurrency:
1916
group: ${{ github.workflow }}-${{ inputs.version || '2.5.1' }}-${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)