Przeglądaj źródła

Update remove executor job name to test (#399)

It was named "precommit" before.
Ali Behjati 3 lat temu
rodzic
commit
895f053e00
1 zmienionych plików z 1 dodań i 1 usunięć
  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