Skip to content

Commit

Permalink
fix owner
Browse files Browse the repository at this point in the history
  • Loading branch information
dovholuknf committed Oct 4, 2024
1 parent 80124ec commit a609657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mattermost-ziti-webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
mattermost-ziti-webhook:
runs-on: ubuntu-latest
name: POST Webhook
if: github.repository_owner == 'openziti' && github.actor != 'dependabot[bot]'
if: github.repository_owner == 'openziti-test-kitchen' && github.actor != 'dependabot[bot]'
env:
ZITI_LOG: 99
ZITI_NODEJS_LOG: 99
Expand Down

0 comments on commit a609657

Please sign in to comment.