From fa1c30c130caeee3db9c8ab2d4cca3b431975c23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Overg=C3=A5rd=20Nielsen?= Date: Wed, 28 Aug 2024 14:07:45 +0200 Subject: [PATCH] Rename dart.yml to ci.yml and allow manual dispatch --- .github/workflows/{dart.yml => ci.yml} | 1 + 1 file changed, 1 insertion(+) rename .github/workflows/{dart.yml => ci.yml} (97%) diff --git a/.github/workflows/dart.yml b/.github/workflows/ci.yml similarity index 97% rename from .github/workflows/dart.yml rename to .github/workflows/ci.yml index bf9f803..f69f957 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,7 @@ on: branches: [ main ] schedule: - cron: "0 0 * * 0" # every Sunday at 00:00 UTC + workflow_dispatch: # allow manual triggering concurrency: group: ci-${{ github.ref }}-0 # ensure only one build per branch is running at a time