diff options
| author | Joshua Sing <joshua@joshuasing.dev> | 2024-05-29 17:25:18 +1000 |
|---|---|---|
| committer | Joshua Sing <joshua@joshuasing.dev> | 2024-05-29 17:25:18 +1000 |
| commit | efebc91c976436f004e1726d7e8b0b1105c363af (patch) | |
| tree | 3d4f17888822caf73aec17b6949c72839a5d9209 /.github/workflows/android.yml | |
| parent | e8bd2e956ee08053d03ce361fdeae12f4c7cf899 (diff) | |
| download | portable-efebc91c976436f004e1726d7e8b0b1105c363af.tar.gz portable-efebc91c976436f004e1726d7e8b0b1105c363af.tar.bz2 portable-efebc91c976436f004e1726d7e8b0b1105c363af.zip | |
ci: add event number to concurrency group
Diffstat (limited to '.github/workflows/android.yml')
| -rw-r--r-- | .github/workflows/android.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index fe4e757..d095d6d 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml | |||
| @@ -4,7 +4,7 @@ name: "Android" | |||
| 4 | on: [push, pull_request] | 4 | on: [push, pull_request] |
| 5 | 5 | ||
| 6 | concurrency: | 6 | concurrency: |
| 7 | group: "${{ github.workflow }}-${{ github.ref }}" | 7 | group: "${{ github.workflow }}-${{ github.event.number || github.ref }}" |
| 8 | cancel-in-progress: true | 8 | cancel-in-progress: true |
| 9 | 9 | ||
| 10 | jobs: | 10 | jobs: |
