Skip to content

Commit

Permalink
build: remove dependency on toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cernicc committed May 24, 2024
1 parent c2fa367 commit c306f72
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
pull_request:
types: [ labeled ]
types: [labeled]
push:
branches: [ develop, main ]
branches: [develop, main]

concurrency:
group: ${{ github.ref }}
Expand Down Expand Up @@ -54,7 +54,6 @@ jobs:
clippy_build_and_test:
runs-on: self-hosted
needs:
- toml
- format
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c306f72

Please sign in to comment.