Skip to content

Commit cb59c05

Browse files
committed
ci: make publish workflow functional by not calling tests.yaml workflow
It would be possible to fix this by adding workflow_call on the tests workflow I think, but I also know there have been some security concerns with having workflow triggers, so for now I'll remove this requirement instead. > error parsing called workflow ".github/workflows/publish.yaml" -> "./.github/workflows/tests.yaml" (source tag with sha:...) : workflow is not reusable as it is missing a `on.workflow_call` trigger
1 parent e2a286d commit cb59c05

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ on:
77
types: ["published"]
88

99
jobs:
10-
tests:
11-
uses: ./.github/workflows/tests.yaml
1210
publish:
1311
name: publish
14-
needs: [tests] # require tests to pass before deploy runs
1512
runs-on: ubuntu-latest
1613
steps:
1714
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)