Skip to content

Commit

Permalink
CI: Skip running redundant builds
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Sep 12, 2023
1 parent 35644dc commit a216c75
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
branches:
- main

# Skip running redundant builds.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
documentation:
name: Build docs on ${{ matrix.os }}
Expand Down

0 comments on commit a216c75

Please sign in to comment.