From 657eafd3cd8eee04aca1227c6671a90c3eb5b724 Mon Sep 17 00:00:00 2001 From: Marco Collovati Date: Sun, 17 Nov 2024 14:21:55 +0100 Subject: [PATCH] do not run on PR --- .github/workflows/validation-native.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validation-native.yaml b/.github/workflows/validation-native.yaml index 029a666f..6a9b690d 100644 --- a/.github/workflows/validation-native.yaml +++ b/.github/workflows/validation-native.yaml @@ -3,8 +3,8 @@ on: workflow_dispatch: schedule: - cron: '0 2 * * 3' - pull_request_target: - types: [opened, synchronize, reopened, edited] +# pull_request_target: +# types: [opened, synchronize, reopened, edited] permissions: contents: read issues: read