Skip to content

Commit

Permalink
Merge branch 'test_bug'
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz committed Jul 23, 2024
2 parents 0fa4aa6 + 6e1f019 commit 2abf98c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 2abf98c

Please sign in to comment.