Skip to content

Commit

Permalink
Minor fixes (#27)
Browse files Browse the repository at this point in the history
* Deploy Network

* Add Permissions

* Minor changes

* Concurrency change

* Destroy Network

* Minor changes

* Minor changes

* Fix commit sha

* Minor changes

* Add Tests

* Disable Tests temporarily

* Nightly Build

* Minor fixes

* Big changes

* Minor changes

* Minor changes

* Minor changes

* Notification fixes

* Notification changes

* Minor changes

* Permissions fixes

* Minor changes

* Notification changes

* Minor changes

* Display commit on notifications

* Minor changes

* Minor fixes
  • Loading branch information
bane authored Jan 26, 2024
1 parent 7357000 commit f20fed9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/notification-load-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
{
"attachments": [
{
"color": ${{ env.green_color }},
"color": "${{ env.green_color }}",
"blocks": [
{
"type": "header",
Expand Down Expand Up @@ -96,15 +96,15 @@ jobs:
"type": "plain_text",
"text": "Workflow Run"
},
"style": ${{ env.succeed_bnt }},
"style": "${{ env.succeed_bnt }}",
"url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
}
]
}
]
},
{
"color": ${{ env.green_color }},
"color": "${{ env.green_color }}",
"blocks": [
{
"type": "section",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notification-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
]
},
{
"color": "${{ inputs.destroy_network_terraform_output == '' && env.green_color || env.red_color }}",
"color": "${{ inputs.destroy_network_logs_output && inputs.destroy_network_terraform_output == '' && env.green_color || env.red_color }}",
"blocks": [
{
"type": "section",
Expand Down

0 comments on commit f20fed9

Please sign in to comment.