Skip to content

Commit 895f053

Browse files
authored
Update remove executor job name to test (#399)
It was named "precommit" before.
1 parent bbe35df commit 895f053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/remote-executor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [main]
88
paths: [pythnet/remote-executor/**]
99
jobs:
10-
pre-commit:
10+
test:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)