File tree 1 file changed +8
-3
lines changed 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 9
9
schedule :
10
10
- cron : ' 0 4 * * SUN'
11
11
12
+ workflow_dispatch :
13
+
12
14
concurrency :
13
15
group : libs-${{ github.event.pull_request.number || github.ref }}
14
16
cancel-in-progress : true
23
25
24
26
jobs :
25
27
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')
29
31
runs-on : ubuntu-latest
30
32
31
33
env :
63
65
- name : Checkout repository
64
66
uses : actions/checkout@v4
65
67
68
+ - name : List files recursively
69
+ run : ls -Rla
70
+
66
71
- name : Compile sketch
67
72
uses : P-R-O-C-H-Y/compile-sketches@main
68
73
with :
You can’t perform that action at this time.
0 commit comments