Commit Graph

79 Commits

Author SHA1 Message Date
Josh de Leeuw
236657da56
Change approach again, use types to limit which pull requests trigger the event 2025-01-17 11:37:20 -05:00
Josh de Leeuw
14b2586db1
Try a different conditional 2025-01-17 11:29:47 -05:00
Josh de Leeuw
6079c29522
Use branch instead of ref 2025-01-17 11:11:55 -05:00
Josh de Leeuw
df83261d74
Use concurrency instead of if 2025-01-17 11:02:29 -05:00
Josh de Leeuw
846602b45f
Fix typo 2025-01-17 10:09:48 -05:00
Josh de Leeuw
50a3f208ea
Avoid running action more than once when push to a PR 2025-01-17 10:08:28 -05:00
Josh de Leeuw
7edd64250b
add manual trigger option 2024-12-18 17:50:05 -05:00
Chu Yi Chang
2c71bc3922
Create scorecard.yml 2024-12-18 09:30:21 -05:00
bjoluc
d44cef7c34
Add missing build step to release workflow
This wasn't an issue before because the install step unintentionally ran the build script too.
2024-07-18 00:42:56 +02:00
bjoluc
2ee62c0cdf
Fix release asset upload 2024-07-18 00:23:02 +02:00
bjoluc
b375001f47
Improve fault resilience of release asset uploading 2024-07-18 00:12:43 +02:00
bjoluc
68930a2129
Merge branch 'main' into v8 2024-06-07 23:05:34 +02:00
Josh de Leeuw
7189b846d0 fetch all with checkout
(rebased-with-history from commit 3126fa95e3)
2024-06-07 22:49:07 +02:00
Josh de Leeuw
48c68d686f DO NOT force this seems bad.
(rebased-with-history from commit f38673c6b8)
2024-06-07 22:49:07 +02:00
Josh de Leeuw
c856e7e504 fix checkout and push
(rebased-with-history from commit 2faff02b1f)
2024-06-07 22:49:07 +02:00
Josh de Leeuw
9218abf9fc config git
(rebased-with-history from commit 38682d86c8)
2024-06-07 22:49:07 +02:00
Josh de Leeuw
599d4a2e87 get major.minor version another way
(rebased-with-history from commit 841d43250c)
2024-06-07 22:49:07 +02:00
Josh de Leeuw
e34a91e8fe try simplifying
(rebased-with-history from commit a13601c3c1)
2024-06-07 22:49:07 +02:00
Josh de Leeuw
a7041bb230 change name
(rebased-with-history from commit fd1c5506bf)
2024-06-07 22:49:07 +02:00
Josh de Leeuw
1f15f934de repair quotes
(rebased-with-history from commit cca2fc445d)
2024-06-07 22:49:07 +02:00
Josh de Leeuw
6160777435 fix extra quotes?
(rebased-with-history from commit 58e3df5af8)
2024-06-07 22:49:07 +02:00
Josh de Leeuw
8bfbef2708 try using env.versions
(rebased-with-history from commit 9237de363a)
2024-06-07 22:49:07 +02:00
Josh de Leeuw
6fa906f386 try using the environment variable
(rebased-with-history from commit 09ce038f26)
2024-06-07 22:49:07 +02:00
Josh de Leeuw
3f9bfcd5a3 fix missing " mark
(rebased-with-history from commit b47f142270)
2024-06-07 22:49:07 +02:00
Josh de Leeuw
43c87cfe4c fix poetry install; remove npm ci
(rebased-with-history from commit e635411c70)
2024-06-07 22:49:07 +02:00
Josh de Leeuw
89f1c9382c Merge pull request #3215 from jspsych/add-docs-publish-action
add publish-docs action

(rebased-with-history from commit c1ddf929e1)
2024-06-07 22:49:07 +02:00
bjoluc
c31b859533 Merge pull request #3122 from jspsych/update-config-package
Update `@jspsych/config` dependencies

(rebased-with-history from commit 76fca2712f)
2024-06-07 22:49:07 +02:00
bjoluc
ddd6cde2eb Upload dist archive for all releases (#3125)
(rebased-with-history from commit cb87df4c10)
2024-06-07 22:49:07 +02:00
Josh de Leeuw
c6a5691c06 update action version logic 2024-06-06 21:47:50 -04:00
Josh de Leeuw
7ddac35c43 use poetry 1.8.0 for non-package mode support 2024-06-06 21:41:06 -04:00
Josh de Leeuw
46d0c9b050 use v7 instead of 7.x 2024-06-06 18:28:09 -04:00
Josh de Leeuw
126f87becb update github action to deploy only major version info 2024-06-06 09:41:31 -04:00
Josh de Leeuw
3126fa95e3 fetch all with checkout 2024-01-15 09:24:51 -05:00
Josh de Leeuw
f38673c6b8 DO NOT force this seems bad. 2024-01-14 17:47:17 -05:00
Josh de Leeuw
2faff02b1f fix checkout and push 2024-01-14 17:36:01 -05:00
Josh de Leeuw
38682d86c8 config git 2024-01-14 17:30:46 -05:00
Josh de Leeuw
841d43250c get major.minor version another way 2024-01-14 17:27:27 -05:00
Josh de Leeuw
a13601c3c1 try simplifying 2024-01-14 17:21:07 -05:00
Josh de Leeuw
fd1c5506bf change name 2024-01-14 17:03:58 -05:00
Josh de Leeuw
cca2fc445d repair quotes 2024-01-14 17:03:10 -05:00
Josh de Leeuw
58e3df5af8 fix extra quotes? 2024-01-14 16:58:37 -05:00
Josh de Leeuw
9237de363a try using env.versions 2024-01-14 16:32:35 -05:00
Josh de Leeuw
09ce038f26 try using the environment variable 2024-01-14 16:28:25 -05:00
Josh de Leeuw
b47f142270 fix missing " mark 2024-01-14 16:11:50 -05:00
Josh de Leeuw
e635411c70 fix poetry install; remove npm ci 2024-01-14 16:08:50 -05:00
Josh de Leeuw
fffeb61a3a add publish-docs action 2024-01-14 15:48:05 -05:00
bjoluc
76fca2712f
Merge pull request #3122 from jspsych/update-config-package
Update `@jspsych/config` dependencies
2023-11-10 21:15:13 +01:00
bjoluc
220f4e36b4 Update @jspsych/config dependencies 2023-11-10 19:37:25 +01:00
bjoluc
a192ac6636 Unpin Node v20 since nodejs/node#49497 is fixed 2023-11-08 17:42:04 +01:00
bjoluc
cb87df4c10
Upload dist archive for all releases (#3125) 2023-09-12 17:31:15 +02:00