Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into radjabov
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Aug 15, 2024
2 parents d52162e + 40b3f35 commit de4bbb5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
- name: Run tests
run: bundle exec rake
- name: Report code coverage
if: "${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.0' }}"
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.1' }}
continue-on-error: true
uses: paambaati/codeclimate-action@v6
uses: paambaati/codeclimate-action@v8
1 change: 0 additions & 1 deletion .whitesource
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"settingsInheritedFrom": "ManageIQ/whitesource-config@master"
}

3 changes: 1 addition & 2 deletions content/workflows/provision-vm-small-med-large.asl
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@
"Type": "Task",
"Resource": "manageiq://email",
"Parameters": {
"To": "[email protected]",
"Title": "Your provisioning has completed",
"Subject": "Your provisioning has completed",
"Body": "Your provisioning request has completed"
},
"Next": "Finished"
Expand Down

0 comments on commit de4bbb5

Please sign in to comment.