From c306f72702dbbf394a38b8cd0d8039a6b69e131e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rok=20=C4=8Cerni=C4=8D?= Date: Fri, 24 May 2024 11:20:43 +0200 Subject: [PATCH] build: remove dependency on toml --- .github/workflows/ci.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 11133bad8..77d35dcd1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,9 +2,9 @@ name: CI on: pull_request: - types: [ labeled ] + types: [labeled] push: - branches: [ develop, main ] + branches: [develop, main] concurrency: group: ${{ github.ref }} @@ -54,7 +54,6 @@ jobs: clippy_build_and_test: runs-on: self-hosted needs: - - toml - format steps: - uses: actions/checkout@v4