googleapis / googleapis/google-cloud-java
GitHub Actions: consider using concurrency
Offen
priority: p3
type: feature request
- Vorherrschende Sprache
- Java
- Sterne
- 2.1k
- Forks
- 1.2k
- Ø Merge
- 1 T. 23 Std.
- Gemergte PRs (30 T.)
- 154
Beschreibung
It stops the concurrenlty running job within the same pull request.
```
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
```
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.