File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ concurrency:
15
15
16
16
jobs :
17
17
call-build-validation-tests :
18
- uses : espressif/arduino-esp32/ .github/workflows/build_tests.yml@master
18
+ uses : ./ .github/workflows/build_tests.yml
19
19
permissions :
20
20
contents : read
21
21
strategy :
27
27
ref : ${{ env.WORKFLOW_REF }}
28
28
29
29
call-build-performance-tests :
30
- uses : espressif/arduino-esp32/ .github/workflows/build_tests.yml@master
30
+ uses : ./ .github/workflows/build_tests.yml
31
31
if : |
32
32
${{ github.event_name == 'schedule' || contains(github.event.pull_request.labels.*.name, 'perf_test') }}
33
33
permissions :
41
41
ref : ${{ env.WORKFLOW_REF }}
42
42
43
43
call-hardware-tests :
44
- uses : espressif/arduino-esp32/ .github/workflows/hw.yml@master
44
+ uses : ./ .github/workflows/hw.yml
45
45
needs : [call-build-validation-tests, call-build-performance-tests]
46
46
if : |
47
47
${{ github.event_name == 'schedule' || contains(github.event.pull_request.labels.*.name, 'hil_test') }}
You can’t perform that action at this time.
0 commit comments