Skip to content

Commit

Permalink
Security Update pr-e2e.yml (kedacore#4822)
Browse files Browse the repository at this point in the history
Signed-off-by: Yoon Park <yoongon.park@gmail.com>
  • Loading branch information
aashish-19 authored and yoongon committed Aug 26, 2023
1 parent 69179a5 commit 9ab6b18
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 9ab6b18

Please sign in to comment.