Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ammar92 committed Jun 11, 2024
1 parent 31fe888 commit 8bedd0a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pre_commit_checks.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Pre-commit checks

on:
workflow_call:
push:
branches:
- "main"
Expand Down
11 changes: 7 additions & 4 deletions .github/workflows/sonar-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
# branches: [main]
types: [completed]

# push:
# branches: [main]
# tags: ["releases-*"]
# pull_request:
push:
branches: [main]
tags: ["releases-*"]
pull_request:

jobs:
sonar_cloud:
Expand All @@ -22,6 +22,9 @@ jobs:
with:
fetch-depth: 0

- name: Run pre-commit
uses: minvws/nl-kat-coordination/.github/workflows/pre_commit_checks.yml

- name: Download artifacts
uses: actions/download-artifact@v4

Expand Down

0 comments on commit 8bedd0a

Please sign in to comment.