Skip to content

Commit

Permalink
Run spi-fly tests only for spi-fly changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alien11689 committed Nov 29, 2024
1 parent ea48141 commit c28e364
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jmx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
name: JMX - CI Build

on:
push:
pull_request:
paths:
- jmx/**
- .github/workflows/jmx.yml
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/spi-fly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@
name: SPI Fly - CI Build

on:
push:
# Sequence of patterns matched against refs/heads
branches-ignore:
# Push events to branches matching refs/heads/dependabot/**
- 'dependabot/**'
pull_request:
paths:
- spi-fly/**
- .github/workflows/spi-fly.yml

defaults:
run:
Expand Down

0 comments on commit c28e364

Please sign in to comment.