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 }}