Skip to content

Commit

Permalink
Update codebuild-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0marperez authored May 1, 2024
1 parent 78a5f70 commit 56dd85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codebuild-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ concurrency:

jobs:
service-check-batch-and-artifact-size-metrics:
if: github.event_name == 'workflow_dispatch'
if: github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- name: Verify PRs are not running malicious code
Expand Down

0 comments on commit 56dd85c

Please sign in to comment.