summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/cloud_regression.yml12
1 files changed, 1 insertions, 11 deletions
diff --git a/.github/workflows/cloud_regression.yml b/.github/workflows/cloud_regression.yml
index 9888994688..03b12c1575 100644
--- a/.github/workflows/cloud_regression.yml
+++ b/.github/workflows/cloud_regression.yml
@@ -10,16 +10,6 @@ on:
- '**.h'
- 'mqtt_websockets/**'
- 'aclk/aclk-schemas/**'
- pull_request_target:
- branches: [master]
- paths:
- - 'CMakeLists.txt'
- - '**.c'
- - '**.cc'
- - '**.cpp'
- - '**.h'
- - 'mqtt_websockets/**'
- - 'aclk/aclk-schemas/**'
jobs:
trigger_cloud_regression_tests:
runs-on: ubuntu-latest
@@ -31,7 +21,7 @@ jobs:
PR_COMMIT_HASH: ${{ github.event.pull_request.head.sha }}
id: output-workflow-dispatch-params
run: |
- if [ ${{ github.event_name }} == 'pull_request' ]; then
+ if [ ${{ github.event_name }} == 'pull_request_target' ]; then
NETDATA_CUSTOM_REPO="$PR_REPO_NAME"
NETDATA_CUSTOM_BRANCH="$PR_BRANCH_NAME"
NETDATA_CUSTOM_PR_NUMBER="${{ github.event.number }}"