From 0a5ddc2e91f3cffea157783e7949602ea1f66c87 Mon Sep 17 00:00:00 2001 From: Arthit Suriyawongkul Date: Fri, 15 Nov 2024 13:12:15 +0000 Subject: [PATCH] Pause the publication workflow during the branch renaming Signed-off-by: Arthit Suriyawongkul --- .github/workflows/publish_v3.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish_v3.yml b/.github/workflows/publish_v3.yml index 715a52dcf8..9505717dc8 100644 --- a/.github/workflows/publish_v3.yml +++ b/.github/workflows/publish_v3.yml @@ -1,11 +1,11 @@ on: - push: - branches: - - development/v3.0.1 - repository_dispatch: - types: - - publish_v3_spec - workflow_dispatch: {} + # push: + # branches: + # - development/v3.0.1 + # repository_dispatch: + # types: + # - publish_v3_spec + workflow_dispatch: {} # Manually trigger from https://github.com/spdx/spdx-spec/actions jobs: build: runs-on: ubuntu-latest