From b0da6093eaee6ccedb40ee1cd6afc5c3513a985f Mon Sep 17 00:00:00 2001 From: zenobit Date: Wed, 9 Apr 2025 20:13:57 +0200 Subject: [PATCH] Update dynamo.yml --- .github/workflows/dynamo.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/dynamo.yml b/.github/workflows/dynamo.yml index d85aa8d..f6868e1 100644 --- a/.github/workflows/dynamo.yml +++ b/.github/workflows/dynamo.yml @@ -1,19 +1,19 @@ -name: "Test supported 💿️" +name: "Test all 💿️" on: workflow_dispatch: - push: - branches: - - '**' - paths: - - actions/** + #push: + #branches: + #- '**' + #paths: + #- actions/** - pull_request: - branches: - - '**' - paths: - - actions/** + #pull_request: + #branches: + #- '**' + #paths: + #- actions/** concurrency: group: ${{ github.workflow }}-${{ github.ref }}