Skip to content

Commit

Permalink
allow workflow_call
Browse files Browse the repository at this point in the history
  • Loading branch information
cahity committed Nov 28, 2024
1 parent 50542ee commit bfc76dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bandit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

name: Bandit
on:
workflow_call:
push:
branches: [ "master" ]
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name: Test

on:
workflow_call:
push:
branches: [ "master" ]
pull_request:
Expand Down

0 comments on commit bfc76dc

Please sign in to comment.