Skip to content

Commit 4925148

Browse files
committed
fix workflows
1 parent a5162d0 commit 4925148

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/arduino.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313

1414
- name: Checkout repository
1515
uses: actions/checkout@v3
16-
with:
17-
ref: ${{ github.event.pull_request.head.sha }}
16+
#with:
17+
#ref: ${{ github.event.ref }}
1818

1919
- name: Compile examples
2020
uses: arduino/compile-sketches@v1
@@ -27,7 +27,7 @@ jobs:
2727
libraries: |
2828
- name: esp32FOTA
2929
path: ./
30-
version: ${{ github.event.pull_request.head.sha }}
30+
version: ${{ github.event.ref }}
3131
- name: ArduinoJson
3232
- name: ESP32-targz
3333
- name: esp32-flashz

0 commit comments

Comments
 (0)