Skip to content

Commit

Permalink
Adding concurrency grout to render-rmarkdown.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jibarozzo authored Dec 11, 2024
1 parent 2ab2a6b commit 00ad9ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/render-rmarkdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ permissions: read-all
jobs:
render-rmarkdown:
runs-on: ubuntu-latest
# Only restrict concurrency for non-PR jobs
concurrency:
group: rmarkdown-${{ github.event_name != 'pull_request' || github.run_id }}
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: write

steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 00ad9ab

Please sign in to comment.