diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/tests.yaml similarity index 97% rename from .github/workflows/selfdrive_tests.yaml rename to .github/workflows/tests.yaml index 3f60fab73d..5ca020424c 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/tests.yaml @@ -1,4 +1,4 @@ -name: selfdrive +name: tests on: push: @@ -14,7 +14,7 @@ on: type: string concurrency: - group: selfdrive-tests-ci-run-${{ inputs.run_number }}-${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.run_id || github.head_ref || github.ref }}-${{ github.workflow }}-${{ github.event_name }} + group: tests-ci-run-${{ inputs.run_number }}-${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.run_id || github.head_ref || github.ref }}-${{ github.workflow }}-${{ github.event_name }} cancel-in-progress: true env: