aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-12-23 02:34:47 +0100
committerLinnea Gräf <nea@nea.moe>2024-12-23 02:34:47 +0100
commit084f8d2f172ddffad27ad6115a0d2add7bd8f2ee (patch)
tree7a4c82a5bf0728603de9573bdef2f8151754c2dd /.github/workflows
parentf0285e44ed113bcf2a11b5d6635f6124deb7fc3b (diff)
downloadLocalTransactionLedger-084f8d2f172ddffad27ad6115a0d2add7bd8f2ee.tar.gz
LocalTransactionLedger-084f8d2f172ddffad27ad6115a0d2add7bd8f2ee.tar.bz2
LocalTransactionLedger-084f8d2f172ddffad27ad6115a0d2add7bd8f2ee.zip
fix: Implement proper version checkHEADnightlymaster
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml3
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