Skip to content

Commit

Permalink
Run CI on workflow call
Browse files Browse the repository at this point in the history
The docs.yml workflow currently requires the `test` job in ci.yml, but that is not callable from another workflow. This fixes that.
  • Loading branch information
AdrianDAlessandro authored Oct 29, 2024
1 parent 1fe5a0e commit 089d5c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions {{ cookiecutter.project_slug }}/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [main]
pull_request:
workflow_dispatch:
workflow_call:

jobs:
test:
Expand Down

0 comments on commit 089d5c7

Please sign in to comment.