Skip to content

Commit ee6e8a4

Browse files
committed
Revert "TMP: Add push to run workflow"
This reverts commit 420782e.
1 parent 4827c0a commit ee6e8a4

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/workflows/genExamples.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
name: Update examples.json
22

33
on:
4-
# workflow_dispatch:
5-
# inputs:
6-
# develop:
7-
# description: "Test with develop branch"
8-
# required: false
9-
# type: boolean
10-
push:
4+
workflow_dispatch:
5+
inputs:
6+
develop:
7+
description: "Test with develop branch"
8+
required: false
9+
type: boolean
1110

1211
jobs:
1312
build:
@@ -24,8 +23,8 @@ jobs:
2423
path: ~/.pico-sdk
2524
key: pico-sdk-${{ hashFiles('scripts/genExamples.py') }}
2625
- name: Run genExamples.py
27-
# env:
28-
# SDK_VERSION: ${{ inputs.develop && '2-develop' || '' }}
26+
env:
27+
SDK_VERSION: ${{ inputs.develop && '2-develop' || '' }}
2928
run: |
3029
python scripts/genExamples.py
3130
- name: List errors

0 commit comments

Comments
 (0)