Skip to content

Commit 8f0101f

Browse files
committed
let demo wait longer for router provisioning
1 parent f45a12a commit 8f0101f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/mattermost-ziti-webhook.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: mattermost-ziti-webhook
2-
on:
2+
on:
33
create:
44
delete:
55
issues:
@@ -16,8 +16,10 @@ jobs:
1616
runs-on: macos-latest
1717
name: POST Webhook
1818
steps:
19-
- uses: openziti/ziti-webhook-action@main
20-
if: github.repository_owner == 'netfoundry'
19+
- uses: openziti/[email protected]
20+
if: ${{ env.ZITI_MATTERMOST_WEBHOOK_URL != null }}
21+
env:
22+
ZITI_MATTERMOST_WEBHOOK_URL: ${{ secrets.ZITI_MATTERMOST_WEBHOOK_URL }}
2123
with:
2224
ziti-id: ${{ secrets.ZITI_MATTERMOST_IDENTITY }}
2325
webhook-url: ${{ secrets.ZITI_MATTERMOST_WEBHOOK_URL }}

netfoundry/ctl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ def demo(cli):
806806
name=network_name,
807807
size=cli.config.demo.size,
808808
version=cli.config.demo.product_version,
809-
wait=600)
809+
wait=1200)
810810
network, network_group = use_network(
811811
organization=organization,
812812
group=cli.config.general.network_group,

0 commit comments

Comments
 (0)