Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Jowett <[email protected]>
  • Loading branch information
Alan Jowett committed Oct 29, 2024
1 parent e45139a commit 2f88153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ jobs:
fuzzing:
uses: ./.github/workflows/fuzzing.yml
with:
regression_test: true
regression_test: ${{ github.event_name == 'pull_request' || github.event_name == 'schedule' }}

# Disabled until https://github.com/iovisor/ubpf/issues/155 is resolved.
# linux_debug_arm64_sanitizers:
Expand Down

0 comments on commit 2f88153

Please sign in to comment.