diff --git a/.github/workflows/lib.yml b/.github/workflows/lib.yml index 894df61f4fd..a4d4cfc82c5 100644 --- a/.github/workflows/lib.yml +++ b/.github/workflows/lib.yml @@ -9,6 +9,8 @@ on: schedule: - cron: '0 4 * * SUN' + workflow_dispatch: + concurrency: group: libs-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true @@ -23,9 +25,9 @@ env: jobs: compile-sketch: - if: | - contains(github.event.pull_request.labels.*.name, 'lib_test') || - (github.event_name == 'schedule' && github.repository == 'espressif/arduino-esp32') + # if: | + # contains(github.event.pull_request.labels.*.name, 'lib_test') || + # (github.event_name == 'schedule' && github.repository == 'espressif/arduino-esp32') runs-on: ubuntu-latest env: @@ -63,6 +65,9 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + - name: List files recursively + run: ls -Rla + - name: Compile sketch uses: P-R-O-C-H-Y/compile-sketches@main with: