File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 22
33# Unreleased
44
5+ * Refactored code to new filters format and sent selected filters in run workflow modal (\# 686);
56* Displayed list of images that would be processed by the first task of a job (\# 686);
67* Added environment variable ` ENABLE_INTERACTIVE_ATTRIBUTE_FILTERS ` , to enable attribute filters on the "Run workflow" modal (\# 686);
78* Fixed findings based on ` zizmor 1.0.1 ` audit (\# 687).
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ export default defineConfig({
7474
7575 webServer : [
7676 {
77- command : './tests/start-test-server.sh --branch 2153-data-structure-for-filters ' ,
77+ command : './tests/start-test-server.sh --branch dev-2.11 ' ,
7878 port : 8000 ,
7979 waitForPort : true ,
8080 stdout : 'pipe' ,
You can’t perform that action at this time.
0 commit comments