Skip to content

Commit

Permalink
Fix failing CI (#863)
Browse files Browse the repository at this point in the history
* Update outdated sidebar and searchbar snapshots

Signed-off-by: Simeon Widdis <[email protected]>

* Make backport only run on merged PRs

Signed-off-by: Simeon Widdis <[email protected]>

---------

Signed-off-by: Simeon Widdis <[email protected]>
  • Loading branch information
Swiddis authored Aug 8, 2023
1 parent d1f5d3b commit 6ec0967
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
backport:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ exports[`Search Bar Component Search Side Bar Component with available metrics 1
}
defaultQuery=""
onChange={[Function]}
query=""
>
<EuiFlexGroup
alignItems="center"
Expand Down Expand Up @@ -180,6 +181,7 @@ exports[`Search Bar Component Search Side Bar Component with no available metric
}
defaultQuery=""
onChange={[Function]}
query=""
>
<EuiFlexGroup
alignItems="center"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ exports[`Side Bar Component renders Side Bar Component 1`] = `
}
defaultQuery=""
onChange={[Function]}
query=""
>
<EuiFlexGroup
alignItems="center"
Expand Down

0 comments on commit 6ec0967

Please sign in to comment.