Skip to content

Commit

Permalink
ci: πŸ’š Split workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
robvanderleek committed Jan 2, 2025
1 parent 2130b97 commit aed798f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/codelimit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: 'codelimit'

on:
workflow_run:
workflows: [main]
types:
- completed

jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: 'Checkout sources'
uses: actions/checkout@v4

- name: 'Run CodeLimit'
uses: getcodelimit/codelimit-action@main
with:
check: false
codelimit-version: 'main'
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,3 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: 'Distribution build'

- name: 'Run CodeLimit action'
uses: getcodelimit/codelimit-action@main
with:
check: false
codelimit-version: 'main'

0 comments on commit aed798f

Please sign in to comment.