We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e528f0 + e1c60d3 commit 961e79eCopy full SHA for 961e79e
1 file changed
data/reusables/actions/actions-group-concurrency.md
@@ -19,7 +19,7 @@ concurrency: ci-${{ github.ref }}
19
{% raw %}
20
```yaml
21
concurrency:
22
- group: ${{ github.head_ref }}
+ group: ${{ github.ref }}
23
cancel-in-progress: true
24
```
25
{% endraw %}
0 commit comments