From 6b0492d96ba5cacfe89f77336785a57c2139ccc6 Mon Sep 17 00:00:00 2001 From: Wiktor Bajor Date: Sun, 22 Dec 2024 11:00:09 +0100 Subject: [PATCH 1/3] CI test --- test.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 test.txt diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..e69de29 From f56364c7b4a428c95472e38fd881b77c2edae602 Mon Sep 17 00:00:00 2001 From: Wiktor Bajor Date: Sun, 22 Dec 2024 11:09:16 +0100 Subject: [PATCH 2/3] Try to avoid double builds --- .github/workflows/build_and_test_jazzy.yaml | 1 + test.txt | 0 2 files changed, 1 insertion(+) delete mode 100644 test.txt diff --git a/.github/workflows/build_and_test_jazzy.yaml b/.github/workflows/build_and_test_jazzy.yaml index 5c85c12..d6d70f2 100644 --- a/.github/workflows/build_and_test_jazzy.yaml +++ b/.github/workflows/build_and_test_jazzy.yaml @@ -12,6 +12,7 @@ on: jobs: build: + if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name runs-on: ubuntu-latest container: image: ubuntu:noble diff --git a/test.txt b/test.txt deleted file mode 100644 index e69de29..0000000 From 0a47cf08715085c663afd14407afe9afe45224cb Mon Sep 17 00:00:00 2001 From: Wiktor Bajor Date: Sun, 22 Dec 2024 11:11:22 +0100 Subject: [PATCH 3/3] Try to avoid double builds --- .github/workflows/build_and_test_jazzy.yaml | 1 - .github/workflows/build_and_test_rolling.yaml | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build_and_test_jazzy.yaml b/.github/workflows/build_and_test_jazzy.yaml index d6d70f2..5c85c12 100644 --- a/.github/workflows/build_and_test_jazzy.yaml +++ b/.github/workflows/build_and_test_jazzy.yaml @@ -12,7 +12,6 @@ on: jobs: build: - if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name runs-on: ubuntu-latest container: image: ubuntu:noble diff --git a/.github/workflows/build_and_test_rolling.yaml b/.github/workflows/build_and_test_rolling.yaml index 3670572..7ac65d9 100644 --- a/.github/workflows/build_and_test_rolling.yaml +++ b/.github/workflows/build_and_test_rolling.yaml @@ -2,10 +2,8 @@ name: Build and Test (rolling) on: - push: - branches: [rolling, ci_test] - pull_request: + push: branches: [rolling] schedule: