From e71147c98bdf06e63886a292bbb0d750eed1c558 Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 23 Jan 2023 19:13:45 +0000 Subject: [PATCH] Allow the package actions to be pushed via the web GUI --- .github/workflows/01-pages.yml | 3 +++ .github/workflows/02-image.yml.disabled | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/01-pages.yml b/.github/workflows/01-pages.yml index 9d49e5f..98cecd5 100644 --- a/.github/workflows/01-pages.yml +++ b/.github/workflows/01-pages.yml @@ -5,6 +5,9 @@ on: tags: - "*" + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true diff --git a/.github/workflows/02-image.yml.disabled b/.github/workflows/02-image.yml.disabled index 04a258e..cccdd2c 100644 --- a/.github/workflows/02-image.yml.disabled +++ b/.github/workflows/02-image.yml.disabled @@ -7,6 +7,9 @@ on: tags: - "*" + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true