SSWConsulting / SSW.Rules

Generator for ssw.com.au/rules
https://www.ssw.com.au/rules
MIT License
11 stars 12 forks source link

workflow - ensure azure function calls are in correct order otherwise latest rule table/widget are out of sync #1341

Closed wicksipedia closed 1 month ago

wicksipedia commented 1 month ago

We noticed that the latest rules table and widget were out of sync. It looks like some of the Azure functions were called out of order.

Modified build template to call Azure functions in order, this should ensure that the latest rules table and widget are always in sync after builds are deployed.

Fixes #1335 (I swear)