Skip to content

Commit

Permalink
Revert YML
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-xmos committed Oct 5, 2023
1 parent 260daf0 commit 4da192a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
inputs:
run_driver_tests:
description: 'Force Driver Testing? (yes/no)'
default: 'yes'
default: 'no'

env:
FWK_IO_TESTER_IMAGE: 'ghcr.io/xmos/fwk_io_tester:develop'
Expand Down Expand Up @@ -66,9 +66,6 @@ jobs:
uart:
- 'modules/uart/**'
- 'test/lib_uart/**'
- run: |
echo "Eval of github.event.inputs.run_driver_tests: ${{ github.event.inputs.run_driver_tests }}"
i2ctests:
needs: changes
name: I2C tests
Expand Down

0 comments on commit 4da192a

Please sign in to comment.