From 725a0006291cec9c4ffb2df51b1959de98d31e8f Mon Sep 17 00:00:00 2001 From: rugk Date: Tue, 6 Jul 2021 22:25:25 +0200 Subject: [PATCH 1/2] Disable Sync for PRs --- .github/workflows/snyk-container-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snyk-container-analysis.yml b/.github/workflows/snyk-container-analysis.yml index 00b45cf..5a743a9 100644 --- a/.github/workflows/snyk-container-analysis.yml +++ b/.github/workflows/snyk-container-analysis.yml @@ -13,7 +13,7 @@ on: branches: [ master ] pull_request: # The branches below must be a subset of the branches above - branches: [ master ] + #branches: [ master ] schedule: - cron: '23 7 * * 5' From 57343384590e93a229eb33bb48defea121071736 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Wed, 7 Jul 2021 08:24:29 +0200 Subject: [PATCH 2/2] remove section completly instead of just commenting part of it - git history will preserve it all if we want to go back #53 --- .github/workflows/snyk-container-analysis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/snyk-container-analysis.yml b/.github/workflows/snyk-container-analysis.yml index 5a743a9..8acbf58 100644 --- a/.github/workflows/snyk-container-analysis.yml +++ b/.github/workflows/snyk-container-analysis.yml @@ -11,9 +11,6 @@ name: Snyk Container on: push: branches: [ master ] - pull_request: - # The branches below must be a subset of the branches above - #branches: [ master ] schedule: - cron: '23 7 * * 5'