Skip to content

Commit

Permalink
build.yml: Add on.workflow_call
Browse files Browse the repository at this point in the history
Fix the error:
error parsing called workflow "./.github/workflows/build.yml":
workflow is not reusable as it is missing a `on.workflow_call` trigger
  • Loading branch information
sjackman committed Aug 22, 2022
1 parent d0ee6c3 commit 46d837a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- .github/workflows/build.yml
- "build-*.sh"
- debian7/Dockerfile
workflow_call:

jobs:
build:
Expand Down

0 comments on commit 46d837a

Please sign in to comment.