Skip to content

Commit 02596fc

Browse files
committed
ci(test): remove spaces around branch trigger name
1 parent 48a1157 commit 02596fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: Run Tests
22

33
on:
44
workflow_run:
5-
workflows: [ Build ]
6-
# branches: [ "pre-release" ]
5+
workflows: [Build]
6+
branches: [koreshin/self-hosted-runner]
77
types:
88
- completed
99

1010
jobs:
1111
deploy:
12-
name: Deploy Python package
12+
name: Run tests
1313
runs-on: self-hosted
1414
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1515

0 commit comments

Comments
 (0)