Skip to content

Commit

Permalink
CI: Don't build all programs when CI configuration changes
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed May 26, 2023
1 parent fff7eaa commit ee27cb6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/platformio-ci.yaml
Expand Up @@ -54,19 +54,14 @@ jobs:
with:
filters: |
scale-adjust:
- '.github/workflows/platformio-ci.yaml'
- 'scale-adjust/**'
node-gprs-http:
- '.github/workflows/platformio-ci.yaml'
- 'node-gprs-http/**'
node-wifi-mqtt:
- '.github/workflows/platformio-ci.yaml'
- 'node-wifi-mqtt/**'
node-esp8266-generic:
- '.github/workflows/platformio-ci.yaml'
- 'node-esp8266-generic/**'
node-esp32-generic:
- '.github/workflows/platformio-ci.yaml'
- 'node-esp32-generic/**'
build:
Expand Down

0 comments on commit ee27cb6

Please sign in to comment.