We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86adc72 commit ebbc059Copy full SHA for ebbc059
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