Skip to content

Commit

Permalink
Enable workflow_call for all actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bergercookie committed Oct 22, 2023
1 parent 6eecfd7 commit e99874f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Security audit
on:
workflow_call:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build Cargo Workspace

on:
workflow_call:
workflow_dispatch:
push:
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Build Documentation
on:
workflow_call:
workflow_dispatch:
push:
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Lint Code / Run Tests

on:
workflow_call:
workflow_dispatch:
push:
branches:
Expand Down

0 comments on commit e99874f

Please sign in to comment.