@@ -12,6 +12,10 @@ on:
- 'docs/**'
- '.github/workflows/docs.yml'
+concurrency:
+ group: ${{ github.workflow }}-${{ github.ref }}
+ cancel-in-progress: true
+
jobs:
docs:
# OS must be the same as on djangoproject.com.
@@ -10,6 +10,10 @@ on:
paths-ignore:
flake8:
name: flake8
windows:
runs-on: windows-latest