Skip to content

Commit 1a6c19c

Browse files
committed
add with to checkout actions
1 parent 55450e8 commit 1a6c19c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/calens.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,20 @@ on:
1212
permissions:
1313
contents: read
1414

15+
concurrency:
16+
group: example-workflow-${{ github.ref }}
17+
cancel-in-progress: true
18+
19+
1520
jobs:
1621
build:
1722
permissions:
1823
contents: write # for stefanzweifel/git-auto-commit-action to push code in repo
1924
runs-on: ubuntu-22.04
2025
name: Generate Calens Changelog
2126
steps:
22-
- uses: actions/checkout@v4
27+
- name: Checkout code
28+
uses: actions/checkout@v4
2329
- name: Run Calens Docker
2430
uses: addnab/docker-run-action@v3
2531
with:

0 commit comments

Comments
 (0)