Skip to content

Commit

Permalink
Minor changes (#16)
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
  • Loading branch information
bane authored Jan 25, 2024
1 parent 4d70fcd commit f0f44a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/destroy-network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
name: Network Notifications
uses: ./.github/workflows/notification-destroy-network.yml
needs: [upload_logs, destroy_network]
if: always() && ${{ github.event_name == 'workflow_dispatch' }}
if: ${{ github.event_name == 'workflow_dispatch' }}
with:
environment: ${{ inputs.environment }}
destroy_network_upload_logs: ${{ needs.upload_logs.outputs.logs_output }}
Expand Down

0 comments on commit f0f44a4

Please sign in to comment.