We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b22c6 commit ea5de69Copy full SHA for ea5de69
.github/workflows/twister.yaml
@@ -124,6 +124,10 @@ jobs:
124
echo "subset=${subset}" >> $GITHUB_OUTPUT
125
echo "size=${size}" >> $GITHUB_OUTPUT
126
echo "fullrun=${TWISTER_FULL}" >> $GITHUB_OUTPUT
127
+ - name: generate filter cache
128
+ if: github.event_name == 'push'
129
+ run: |
130
+ ./scripts/twister --cmake-only -T samples/syncronization --outdir filter_cache
131
132
twister-build:
133
runs-on:
0 commit comments