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