Skip to content

Commit

Permalink
fix: add rule check when auto PR
Browse files Browse the repository at this point in the history
  • Loading branch information
fukusuket committed Jan 21, 2024
1 parent bf5fe53 commit 158ff5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rule-parse-error-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Rule parse error check

on:
pull_request:
workflow_call:

jobs:
rule-parse-error-check:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/update-sigmarule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
updateSigmaRule:
runs-on: ubuntu-latest
steps:
- name: Trigger rule parse error check
uses: actions/workflow-dispatch@v2
with:
workflow: 'rule-parse-error-check.yaml'
- name: clone hayabusa rule repo
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 158ff5e

Please sign in to comment.