Skip to content

Commit

Permalink
Merge branch 'main' into feat/crowdstrike-falcon-detection-details
Browse files Browse the repository at this point in the history
  • Loading branch information
traut authored Oct 12, 2024
2 parents fbdc6ac + a31f5f7 commit 8bf422a
Show file tree
Hide file tree
Showing 9 changed files with 288 additions and 1,267 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
- synchronize
- reopened
- ready_for_review
pull_request_review:
types: [submitted]

workflow_dispatch:

concurrency:
Expand All @@ -23,7 +26,7 @@ jobs:
uses: ./.github/workflows/main_partial.yml

full_checks:
if: github.event_name != 'pull_request'
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request_review' && github.event.review.state == 'approved'
uses: ./.github/workflows/main_full.yml

common_checks:
Expand Down
Loading

0 comments on commit 8bf422a

Please sign in to comment.