Skip to content

Commit 9fc62ed

Browse files
committed
Add Sched bit back
1 parent fe356ca commit 9fc62ed

2 files changed

Lines changed: 17 additions & 10 deletions

File tree

.github/workflows/schedule.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ jobs:
2727
- name: Prebuild
2828
run: pnpm prebuild
2929

30+
- name: Sync conference data
31+
if: false # disabled until next conference
32+
run: |
33+
tsx scripts/sync-sched/sync.ts --year 2025
34+
env:
35+
SCHED_ACCESS_TOKEN_2025: ${{ secrets.SCHED_ACCESS_TOKEN_2025 }}
36+
3037
- name: Commit changes
3138
uses: stefanzweifel/git-auto-commit-action@v5
3239
with:

scripts/sync-sched/speakers.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"_years": [
127127
2025
128128
],
129-
"~syncedDetailsAt": 1758137788992
129+
"~syncedDetailsAt": 1763505798733
130130
},
131131
{
132132
"username": "aditi_rajawat",
@@ -1437,7 +1437,7 @@
14371437
"_years": [
14381438
2025
14391439
],
1440-
"~syncedDetailsAt": 1758137788992
1440+
"~syncedDetailsAt": 1763505798733
14411441
},
14421442
{
14431443
"username": "jamie855",
@@ -2090,7 +2090,7 @@
20902090
"_years": [
20912091
2025
20922092
],
2093-
"~syncedDetailsAt": 1758137788992
2093+
"~syncedDetailsAt": 1763505798733
20942094
},
20952095
{
20962096
"username": "marco.reni",
@@ -2638,7 +2638,7 @@
26382638
"_years": [
26392639
2025
26402640
],
2641-
"~syncedDetailsAt": 1758137788992
2641+
"~syncedDetailsAt": 1763505798733
26422642
},
26432643
{
26442644
"username": "robert.balicki",
@@ -2726,7 +2726,7 @@
27262726
"_years": [
27272727
2025
27282728
],
2729-
"~syncedDetailsAt": 1758137788992
2729+
"~syncedDetailsAt": 1763505798733
27302730
},
27312731
{
27322732
"username": "saihajpreet.singh",
@@ -2765,7 +2765,7 @@
27652765
"_years": [
27662766
2025
27672767
],
2768-
"~syncedDetailsAt": 1758137788992
2768+
"~syncedDetailsAt": 1763505798733
27692769
},
27702770
{
27712771
"username": "sanvertarmur",
@@ -2780,7 +2780,7 @@
27802780
"_years": [
27812781
2025
27822782
],
2783-
"~syncedDetailsAt": 1758137788992
2783+
"~syncedDetailsAt": 1763505798733
27842784
},
27852785
{
27862786
"username": "sasanders26",
@@ -3046,7 +3046,7 @@
30463046
"_years": [
30473047
2025
30483048
],
3049-
"~syncedDetailsAt": 1758551361502
3049+
"~syncedDetailsAt": 1763505798733
30503050
},
30513051
{
30523052
"username": "suresh_muthu",
@@ -3153,7 +3153,7 @@
31533153
"_years": [
31543154
2025
31553155
],
3156-
"~syncedDetailsAt": 1758551361502
3156+
"~syncedDetailsAt": 1763505798734
31573157
},
31583158
{
31593159
"username": "tim.hall.engr",
@@ -3358,7 +3358,7 @@
33583358
"_years": [
33593359
2025
33603360
],
3361-
"~syncedDetailsAt": 1758551361502
3361+
"~syncedDetailsAt": 1763505798734
33623362
},
33633363
{
33643364
"username": "yaacovcr",

0 commit comments

Comments
 (0)