Update test.yml

This commit is contained in:
Tonye Jack
2022-09-23 23:26:19 -06:00
committed by GitHub
parent 9fdf62af89
commit 8e99cd3206

View File

@@ -180,7 +180,7 @@ jobs:
uses: ./
- name: Exit with 1 if no error is raised
if: steps.changed-files.outcome != 'failure'
if: github.event_name == 'pull_request' && steps.changed-files.outcome != 'failure'
run: |
echo "Expected: (failure) got ${{ steps.changed-files.outcome }}"
exit 1