File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 6
6
schedule :
7
7
- cron : ' 0 2 * * *'
8
8
9
- env :
10
- WORKFLOW_REF : ${{ github.event.pull_request.number || github.ref }}
11
-
12
9
concurrency :
13
10
group : tests-${{ github.event.pull_request.number || github.ref }}
14
11
cancel-in-progress : true
24
21
with :
25
22
chip : ${{matrix.chip}}
26
23
type : " validation"
27
- ref : ${{ env.WORKFLOW_REF }}
24
+ ref : ${{ github.event.pull_request.number || github.ref }}
28
25
29
26
call-build-performance-tests :
30
27
uses : ./.github/workflows/build_tests.yml
38
35
with :
39
36
chip : ${{matrix.chip}}
40
37
type : " performance"
41
- ref : ${{ env.WORKFLOW_REF }}
38
+ ref : ${{ github.event.pull_request.number || github.ref }}
42
39
43
40
call-hardware-tests :
44
41
uses : ./.github/workflows/hw.yml
54
51
with :
55
52
chip : ${{matrix.chip}}
56
53
type : ${{matrix.type}}
57
- ref : ${{ env.WORKFLOW_REF }}
54
+ ref : ${{ github.event.pull_request.number || github.ref }}
58
55
59
56
# call-wokwi-tests:
60
57
# uses: espressif/arduino-esp32/.github/workflows/wokwi.yml@master
67
64
# with:
68
65
# chip: ${{matrix.chip}}
69
66
# type: "validation"
70
- # ref: ${{ env.WORKFLOW_REF }}
67
+ # ref: ${{ github.event.pull_request.number || github.ref }}
71
68
# secrets:
72
69
# WOKWI_CLI_TOKEN: ${{ secrets.WOKWI_CLI_TOKEN }}
73
70
82
79
# with:
83
80
# chip: ${{matrix.chip}}
84
81
# type: "validation"
85
- # ref: ${{ env.WORKFLOW_REF }}
82
+ # ref: ${{ github.event.pull_request.number || github.ref }}
You can’t perform that action at this time.
0 commit comments