浏览代码

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