We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f10b83e commit a878613Copy full SHA for a878613
.github/workflows/pkgdown.yaml
@@ -1,9 +1,6 @@
1
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
2
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
3
on:
4
- push:
5
- branches: [main, master]
6
- pull_request:
7
release:
8
types: [published]
9
workflow_dispatch:
@@ -15,9 +12,9 @@ permissions: read-all
15
12
jobs:
16
13
pkgdown:
17
14
runs-on: ubuntu-latest
18
- # Only restrict concurrency for non-PR jobs
19
concurrency:
20
- group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}
+ group: pkgdown-${{ github.run_id }}
+ cancel-in-progress: true
21
env:
22
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
23
permissions:
0 commit comments