mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-13 03:42:35 -06:00
CI: Upload fuzz crashers on failure
The step was skipped because the previous one failed. This should now only upload on failures. Signed-off-by: Patrick East <east.patrick@gmail.com>
This commit is contained in:
@@ -36,6 +36,7 @@ jobs:
|
||||
run: make ci-go-check-fuzz
|
||||
|
||||
- name: Upload Workdir
|
||||
if: ${{ failure() }}
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: workdir
|
||||
|
||||
Reference in New Issue
Block a user