Skip to content

Commit ea3af9a

Browse files
committed
Clarify workflow steps dependency
1 parent 5c21f67 commit ea3af9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ name: Run Tests
22
permissions:
33
contents: write
44
on:
5+
# Release workflow calls this manually for main and tags
56
push:
67
branches:
78
- '!main'
8-
workflow_call: # Allow this workflow to be called from other workflows
9+
workflow_call: # Can called from other workflows
910
jobs:
1011
tests:
1112
timeout-minutes: 15

0 commit comments

Comments
 (0)