Skip to content

Commit

Permalink
saner
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas committed Jan 5, 2025
1 parent 183c681 commit 04f24db
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_aarch64_Linux.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: 🛍️ Build 📀 (Bincache-aarch64-Linux) Packages 📦📀

concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true

on:
workflow_dispatch:
#schedule:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build_x86_64_Linux.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
name: 🛍️ Build 📀 (Bincache-x86_64-Linux) Packages 📦📀
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true

on:
workflow_dispatch:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/healthchecks_housekeeping.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
name: 🐧🧹 HealthChecks 🖳🗑️
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
#MAX_RUNTIME: 02 Minutes */10 * * * *

on:
Expand Down

0 comments on commit 04f24db

Please sign in to comment.