Skip to content

Commit

Permalink
correct indentation ?
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderDevisscher committed Aug 21, 2024
1 parent 2cb4605 commit 2bf1ee3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Build pkgdown site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
workflow_dispatch:

concurrency:
concurrency:
group: ${{ github.ref }} # Use the branch reference as the concurrency group
cancel-in-progress: true # Cancel any in-progress runs in the same group

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/increment_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
workflow_dispatch:

concurrency:
concurrency:
group: ${{ github.ref }} # Use the branch reference as the concurrency group
cancel-in-progress: true # Cancel any in-progress runs in the same group

Expand Down

0 comments on commit 2bf1ee3

Please sign in to comment.