Skip to content

Commit 2abf98c

Browse files
committed
Merge branch 'test_bug'
2 parents 0fa4aa6 + 6e1f019 commit 2abf98c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/lib.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
schedule:
1010
- cron: '0 4 * * SUN'
1111

12+
workflow_dispatch:
13+
1214
concurrency:
1315
group: libs-${{ github.event.pull_request.number || github.ref }}
1416
cancel-in-progress: true
@@ -23,9 +25,9 @@ env:
2325

2426
jobs:
2527
compile-sketch:
26-
if: |
27-
contains(github.event.pull_request.labels.*.name, 'lib_test') ||
28-
(github.event_name == 'schedule' && github.repository == 'espressif/arduino-esp32')
28+
# if: |
29+
# contains(github.event.pull_request.labels.*.name, 'lib_test') ||
30+
# (github.event_name == 'schedule' && github.repository == 'espressif/arduino-esp32')
2931
runs-on: ubuntu-latest
3032

3133
env:
@@ -63,6 +65,9 @@ jobs:
6365
- name: Checkout repository
6466
uses: actions/checkout@v4
6567

68+
- name: List files recursively
69+
run: ls -Rla
70+
6671
- name: Compile sketch
6772
uses: P-R-O-C-H-Y/compile-sketches@main
6873
with:

0 commit comments

Comments
 (0)