Skip to content

Commit

Permalink
Security Update pr-e2e.yml (#4822)
Browse files Browse the repository at this point in the history
  • Loading branch information
aashish-19 committed Jul 26, 2023
1 parent 276b039 commit 89fb01a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,9 @@ jobs:
GCP_RUN_IDENTITY_TESTS: true
E2E_IMAGE_TAG: ${{ needs.triage.outputs.image_tag }}
TEST_CLUSTER_NAME: keda-e2e-cluster-pr
COMMENT_BODY: ${{ github.event.comment.body }}
run: |
MESSAGE="${{ github.event.comment.body }}"
MESSAGE="$COMMENT_BODY"
REGEX='/run-e2e (.+)'
if [[ "$MESSAGE" =~ $REGEX ]]
then
Expand Down

0 comments on commit 89fb01a

Please sign in to comment.