chore: fix trigger (#7551)

This commit is contained in:
César Arroba
2025-04-21 11:11:17 +02:00
committed by Adrián Jesús Peña Rodríguez
parent 9510b4c3ef
commit 6cbba3c5b1
+1 -1
View File
@@ -8,7 +8,7 @@ on:
jobs:
trigger-cloud-pull-request:
name: Trigger Cloud Pull Request
if: github.event.pull_request.merged == true && github.repository == "prowler-cloud/prowler"
if: github.event.pull_request.merged == true && github.repository == 'prowler-cloud/prowler'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2