Skip to content

Commit

Permalink
remove metadata and todo check
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonieFierz authored Dec 3, 2024
1 parent e277f78 commit fab2874
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/embedded_quality_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,3 @@ on:
jobs:
driver-quality:
uses: sensirion/.github/.github/workflows/driver.c.check.yml@main

todo-check:
if: github.event_name == 'push' && github.ref != 'refs/head/main'
uses: sensirion/.github/.github/workflows/driver.common.todo_check.yml@main

code-generation-check:
if: github.event_name == 'push' && github.ref != 'refs/head/main'
uses: sensirion/.github/.github/workflows/driver.generated.metadata_check.yml@main

0 comments on commit fab2874

Please sign in to comment.