Skip to content

Commit

Permalink
fix unexpected symbol issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TusharMohapatra07 committed Dec 14, 2024
1 parent a2bb5ec commit 3d6bb3d
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 @@ -181,7 +181,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 @@ -296,7 +296,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 3d6bb3d

Please sign in to comment.