Skip to content

Commit

Permalink
enable call workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
strowk committed Dec 14, 2024
1 parent ff24035 commit 4aeead0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
# check that the install works periodically
- cron: '0 0 * * 5'
workflow_dispatch:
workflow_call:

jobs:
install:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [main]
workflow_dispatch:
workflow_call:

jobs:
run-tests:
Expand Down

0 comments on commit 4aeead0

Please sign in to comment.