Skip to content

Commit

Permalink
chore: Update codacy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rudashi committed Oct 6, 2024
1 parent 5158474 commit 14210bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codacy-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Codacy Coverage Report
on:
push:
branches: [ "dev", "main" ]
pull_request:
schedule:
- cron: '32 5 * * 0'

Expand All @@ -11,7 +12,7 @@ permissions:

jobs:
build-coverage:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- name: Checkout Code
Expand Down

0 comments on commit 14210bd

Please sign in to comment.