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 a556830 commit af18366Copy full SHA for af18366
.github/workflows/testpr.yml
@@ -75,6 +75,7 @@ jobs:
75
echo "::set-output name=OSX_ARM_YAML_CHANGED::${?}"
76
git diff --exit-code --name-only origin/main -- vinca_win.yaml > /dev/null
77
echo "::set-output name=WIN_YAML_CHANGED::${?}"
78
+ set -e
79
- name: Generate recipes for linux-64
80
shell: bash -l {0}
81
if: matrix.platform == 'linux-64'
@@ -136,6 +137,7 @@ jobs:
136
137
else
138
echo "RECIPE_CREATED=1" >> $GITHUB_OUTPUT
139
fi
140
141
- name: Build recipes for linux-64
142
143
if: steps.newrecipecheck.outputs.RECIPE_CREATED == 1 && matrix.platform == 'linux-64'
0 commit comments