From 094332e95e542f5ee038b650aab45bfb509b203a Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sat, 3 Feb 2024 11:25:11 +0100 Subject: [PATCH 1/2] [BUGFIX] Avoid double CI runs for pull requests --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35eca248..8f1d774b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,10 @@ # https://help.github.com/en/categories/automating-your-workflow-with-github-actions on: - pull_request: push: + branches: + - main + pull_request: schedule: - cron: '3 3 * * 1' From fbb48d4e88b1ca20e8c4867279e2b793675f228a Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sun, 4 Feb 2024 10:21:40 +0100 Subject: [PATCH 2/2] Keep slavery references for the time being --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f1d774b..7ac1902a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ on: push: branches: - - main + - master pull_request: schedule: - cron: '3 3 * * 1'