Skip to content

Commit

Permalink
Revert "fix unexpected symbol issue"
Browse files Browse the repository at this point in the history
This reverts commit 3d6bb3d.

Signed-off-by: TusharMohapatra07 <[email protected]>
  • Loading branch information
TusharMohapatra07 committed Dec 14, 2024
1 parent c8dc70a commit c5d113f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2etests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

UpdateDocsForServicemeshInstall:
needs: TestIstioForServicemeshInstall
if: always() && github.event_name != 'pull_request'
if: "always() && github.event_name != 'pull_request' "
runs-on: ubuntu-22.04
steps:
- name: Skip if needed
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:

UpdateDocsForServicemeshAndAddon:
needs: TestIstioForServicemeshAndAddon
if: always() && github.event_name != 'pull_request'
if: "always() && github.event_name != 'pull_request' "
runs-on: ubuntu-22.04
steps:
- name: Skip if needed
Expand Down Expand Up @@ -298,7 +298,7 @@ jobs:

UpdateDocsForServicemeshAndSampleApp:
needs: TestIstioForServicemeshAndSampleApp
if: always() && github.event_name != 'pull_request'
if: "always() && github.event_name != 'pull_request' "
runs-on: ubuntu-22.04
steps:
- name: Skip if needed
Expand Down

0 comments on commit c5d113f

Please sign in to comment.