File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -151,7 +151,9 @@ jobs:
151151 #
152152 # Note that the job name should match the EDX_RELEASE value
153153
154- # No changes detected for dogwood.3-fun
154+ # Run jobs for the dogwood.3-fun release
155+ dogwood.3-fun :
156+ << : [*defaults, *build_steps]
155157 # No changes detected for eucalyptus.3-wb
156158 # No changes detected for hawthorn.1-oee
157159 # No changes detected for ironwood.2-oee
@@ -236,7 +238,13 @@ workflows:
236238
237239 # Build jobs
238240
239- # No changes detected so no job to run for dogwood.3-fun
241+ # Run jobs for the dogwood.3-fun release
242+ - dogwood.3-fun :
243+ requires :
244+ - check-configuration
245+ filters :
246+ tags :
247+ ignore : /.*/
240248 # No changes detected so no job to run for eucalyptus.3-wb
241249 # No changes detected so no job to run for hawthorn.1-oee
242250 # No changes detected so no job to run for ironwood.2-oee
Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ release.
99
1010## [ Unreleased]
1111
12+ ## Changed
13+
14+ - Upgrade fun-apps to v5.19.0
15+
1216## [ dogwood.3-fun-2.13.0] - 2024-04-04
1317
1418## Changed
Original file line number Diff line number Diff line change 44# ==== core ====
55edx-gea == 0.2.0
66fonzie == 0.7.0
7- fun-apps == 5.18 .0
7+ fun-apps == 5.19 .0
88
99# ==== xblocks ====
1010configurable_lti_consumer-xblock == 1.4.1
You can’t perform that action at this time.
0 commit comments