File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -103,8 +103,7 @@ jobs:
103103 with :
104104 workspaces : .
105105 shared-key : " bulletin-cache-bulletin-integration-tests"
106- # TODO: tmp
107- save-if : true
106+ save-if : ${{ github.ref == 'refs/heads/main' }}
108107
109108 - name : Setup Node.js
110109 uses : actions/setup-node@v4
@@ -153,10 +152,6 @@ jobs:
153152 working-directory : examples
154153 run : just run-test-authorize-and-store "${{ env.TEST_DIR }}" "bulletin-westend-runtime" "ws"
155154
156- - name : Test store-big-data (Westend parachain)
157- working-directory : examples
158- run : just run-test-store-big-data "${{ env.TEST_DIR }}"
159-
160155 - name : Test authorize-and-store smoldot (Westend parachain)
161156 working-directory : examples
162157 run : just run-test-authorize-and-store "${{ env.TEST_DIR }}" "bulletin-westend-runtime" "smoldot"
You can’t perform that action at this time.
0 commit comments