Skip to content

Commit af18366

Browse files
set -e after set +e
1 parent a556830 commit af18366

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/testpr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
echo "::set-output name=OSX_ARM_YAML_CHANGED::${?}"
7676
git diff --exit-code --name-only origin/main -- vinca_win.yaml > /dev/null
7777
echo "::set-output name=WIN_YAML_CHANGED::${?}"
78+
set -e
7879
- name: Generate recipes for linux-64
7980
shell: bash -l {0}
8081
if: matrix.platform == 'linux-64'
@@ -136,6 +137,7 @@ jobs:
136137
else
137138
echo "RECIPE_CREATED=1" >> $GITHUB_OUTPUT
138139
fi
140+
set -e
139141
- name: Build recipes for linux-64
140142
shell: bash -l {0}
141143
if: steps.newrecipecheck.outputs.RECIPE_CREATED == 1 && matrix.platform == 'linux-64'

0 commit comments

Comments
 (0)