From 800330df9045222ff439c3d0a482400016b4dbc2 Mon Sep 17 00:00:00 2001 From: Charles Bochet Date: Fri, 15 Dec 2023 16:22:35 +0100 Subject: [PATCH] Disable Danger CI on push trigger (#3024) Disable Danger CI on main --- .github/workflows/ci-utils.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci-utils.yaml b/.github/workflows/ci-utils.yaml index 004d35d72..87f6a6568 100644 --- a/.github/workflows/ci-utils.yaml +++ b/.github/workflows/ci-utils.yaml @@ -1,8 +1,5 @@ name: CI Utils on: - push: - branches: - - main # it's usually not recommended to use pull_request_target # but we consider it's safe here if we keep the same steps # see: https://securitylab.github.com/research/github-actions-preventing-pwn-requests/