소스 검색

Update remove executor job name to test (#399)

It was named "precommit" before.
Ali Behjati 3 년 전
부모
커밋
895f053e00
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/remote-executor.yml

+ 1 - 1
.github/workflows/remote-executor.yml

@@ -7,7 +7,7 @@ on:
     branches: [main]
     paths: [pythnet/remote-executor/**]
 jobs:
-  pre-commit:
+  test:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v2