Skip to content

Commit

Permalink
Add missing check_url env var to conformance-clustermesh
Browse files Browse the repository at this point in the history
Add missing check_url env var to conformance-clustermesh workflow.
Otherwise, "Details" link won't appear on the check result.

Signed-off-by: Yutaro Hayakawa <yutaro.hayakawa@isovalent.com>
  • Loading branch information
YutaroHayakawa authored and borkmann committed Mar 14, 2023
1 parent 70c2da1 commit a8dde6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/conformance-clustermesh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ env:
clusterName2: cluster2-${{ github.run_id }}
contextName1: kind-cluster1-${{ github.run_id }}
contextName2: kind-cluster2-${{ github.run_id }}
check_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}

jobs:
check_changes:
Expand Down

0 comments on commit a8dde6c

Please sign in to comment.