Skip to content

Commit

Permalink
ED-4000 feat: Github actions instead of Jenkins-test-sonar-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
princegupta1131 committed Jun 13, 2024
1 parent 90b1416 commit 5448868
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ on:
pull_request_target: # This is to access secrets from forked PRs

jobs:
build-and-test:
build:
name: Build
runs-on: ubuntu-latest

steps:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Use the data
on:
workflow_run:
workflows: [Build]
types:
- completed
types: [completed]

jobs:
download:
Expand Down

0 comments on commit 5448868

Please sign in to comment.