diff options
Diffstat (limited to '.github/workflows/man-update.yaml')
-rw-r--r-- | .github/workflows/man-update.yaml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/workflows/man-update.yaml b/.github/workflows/man-update.yaml index fbe333f3..8134dd53 100644 --- a/.github/workflows/man-update.yaml +++ b/.github/workflows/man-update.yaml @@ -8,14 +8,13 @@ on: branches: - 'main' -concurrency: - group: ${{ github.ref }} - cancel-in-progress: true - jobs: main: name: Build man pages runs-on: ubuntu-latest + concurrency: + group: man + cancel-in-progress: true steps: - name: Install deps run: sudo apt install pandoc |