From 1eb3e5d7b62473521fcaf751fe40675310639301 Mon Sep 17 00:00:00 2001 From: Grant Orndorff Date: Wed, 8 May 2024 20:35:02 -0400 Subject: [PATCH] DO NOT MERGE LP: #99999999 LP: #99999998 Fixes: #1234 Fixes: #1235 --- .github/workflows/ci-base.yaml | 4 ---- .github/workflows/ci-integration.yaml | 2 -- .github/workflows/ci-workflows.yaml | 4 ---- .github/workflows/release-checks.yaml | 1 + debian/changelog | 2 +- 5 files changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci-base.yaml b/.github/workflows/ci-base.yaml index 5bad5f4504..605fa45ff2 100644 --- a/.github/workflows/ci-base.yaml +++ b/.github/workflows/ci-base.yaml @@ -2,10 +2,6 @@ name: CI (base) -on: - push: - pull_request: - defaults: run: shell: sh -ex {0} diff --git a/.github/workflows/ci-integration.yaml b/.github/workflows/ci-integration.yaml index e8602ab542..b41d99eecc 100644 --- a/.github/workflows/ci-integration.yaml +++ b/.github/workflows/ci-integration.yaml @@ -2,8 +2,6 @@ name: CI (integration) -on: - pull_request: # Cancel any in-progress job or run concurrency: diff --git a/.github/workflows/ci-workflows.yaml b/.github/workflows/ci-workflows.yaml index 54fbc30a2b..151805f359 100644 --- a/.github/workflows/ci-workflows.yaml +++ b/.github/workflows/ci-workflows.yaml @@ -2,10 +2,6 @@ name: CI (workflows) -on: - push: - pull_request: - defaults: run: shell: sh -ex {0} diff --git a/.github/workflows/release-checks.yaml b/.github/workflows/release-checks.yaml index e3d271d4ad..8c24934719 100644 --- a/.github/workflows/release-checks.yaml +++ b/.github/workflows/release-checks.yaml @@ -11,6 +11,7 @@ on: - edited branches: - review-* + - next-* jobs: release-checklist: diff --git a/debian/changelog b/debian/changelog index 2576e71777..d185fd5d86 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ ubuntu-advantage-tools (1:1+devel) UNRELEASED; urgency=medium - * wip + * wip (GH: #1234, LP: #99999999) -- Grant Orndorff Thu, 14 Mar 2024 15:04:11 -0400