diff options
author | Linnea Gräf <nea@nea.moe> | 2024-12-23 02:34:47 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-12-23 02:34:47 +0100 |
commit | 084f8d2f172ddffad27ad6115a0d2add7bd8f2ee (patch) | |
tree | 7a4c82a5bf0728603de9573bdef2f8151754c2dd /.github/workflows | |
parent | f0285e44ed113bcf2a11b5d6635f6124deb7fc3b (diff) | |
download | LocalTransactionLedger-084f8d2f172ddffad27ad6115a0d2add7bd8f2ee.tar.gz LocalTransactionLedger-084f8d2f172ddffad27ad6115a0d2add7bd8f2ee.tar.bz2 LocalTransactionLedger-084f8d2f172ddffad27ad6115a0d2add7bd8f2ee.zip |
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dfc10a0..0b2ab06 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,6 +32,9 @@ jobs: needs: gradle permissions: write-all if: ${{ 'push' == github.event_name && 'master' == github.ref_name && '758196864' == github.repository_id }} + concurrency: + cancel-in-progress: true + group: nightly-release steps: - name: Set repository context uses: actions/checkout@v4 |