Преглед на файлове

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