Skip to content

Commit ebbc059

Browse files
authored
Updated concurrency example to cancel any in-progress job or run
changed `group: ${{ github.head_ref }}` to ${{ github.head}}`
1 parent 86adc72 commit ebbc059

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/reusables/actions/actions-group-concurrency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency: ci-${{ github.ref }}
1919
{% raw %}
2020
```yaml
2121
concurrency:
22-
group: ${{ github.head_ref }}
22+
group: ${{ github.ref }}
2323
cancel-in-progress: true
2424
```
2525
{% endraw %}

0 commit comments

Comments
 (0)