From 6e1f01919cccd9357907867d428f6db909d5d7d7 Mon Sep 17 00:00:00 2001 From: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com> Date: Tue, 23 Jul 2024 12:28:21 -0300 Subject: [PATCH] test --- .github/workflows/lib.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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: