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 81138b8 commit 1b722a7Copy full SHA for 1b722a7
1 file changed
.github/workflows/separate_apps.yml
@@ -42,7 +42,7 @@ jobs:
42
needs: get-changed-files
43
if: |
44
needs.get-changed-files.outputs.frameworks != '' &&
45
- contains(needs.get-changed-files.outputs.frameworks 'unikraft')
+ contains(needs.get-changed-files.outputs.frameworks, 'unikraft')
46
strategy:
47
fail-fast: false
48
matrix:
0 commit comments