diff --git a/.github/workflows/adbe-unittests-api16.yml b/.github/workflows/adbe-unittests-api16.yml index b4793c5..5a03210 100644 --- a/.github/workflows/adbe-unittests-api16.yml +++ b/.github/workflows/adbe-unittests-api16.yml @@ -1,6 +1,7 @@ name: AdbeUnitTests-Api16 on: + workflow_dispatch: push: branches: [master, main] paths: diff --git a/.github/workflows/adbe-unittests-api21.yml b/.github/workflows/adbe-unittests-api21.yml index c59228d..66bf70b 100644 --- a/.github/workflows/adbe-unittests-api21.yml +++ b/.github/workflows/adbe-unittests-api21.yml @@ -1,12 +1,13 @@ name: AdbeUnitTests-Api21 on: + workflow_dispatch: schedule: - - cron: '0 0 * * 0' # Sunday midnight UTC + - cron: "0 0 * * 0" # Sunday midnight UTC pull_request: branches: [master, main] paths: - - '.github/workflows/adbe-unittests-api21.yml' + - ".github/workflows/adbe-unittests-api21.yml" concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/adbe-unittests-api22.yml b/.github/workflows/adbe-unittests-api22.yml index 1417f8f..e9112a0 100644 --- a/.github/workflows/adbe-unittests-api22.yml +++ b/.github/workflows/adbe-unittests-api22.yml @@ -1,12 +1,13 @@ name: AdbeUnitTests-Api22 on: + workflow_dispatch: schedule: - - cron: '0 0 * * 0' # Sunday midnight UTC + - cron: "0 0 * * 0" # Sunday midnight UTC pull_request: branches: [master, main] paths: - - '.github/workflows/adbe-unittests-api22.yml' + - ".github/workflows/adbe-unittests-api22.yml" concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/adbe-unittests-api23.yml b/.github/workflows/adbe-unittests-api23.yml index 86a3d6f..d120b18 100644 --- a/.github/workflows/adbe-unittests-api23.yml +++ b/.github/workflows/adbe-unittests-api23.yml @@ -1,12 +1,13 @@ name: AdbeUnitTests-Api23 on: + workflow_dispatch: schedule: - - cron: '0 0 * * 0' # Sunday midnight UTC + - cron: "0 0 * * 0" # Sunday midnight UTC pull_request: branches: [master, main] paths: - - '.github/workflows/adbe-unittests-api23.yml' + - ".github/workflows/adbe-unittests-api23.yml" concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/adbe-unittests-api24.yml b/.github/workflows/adbe-unittests-api24.yml index c4c5717..74c38a2 100644 --- a/.github/workflows/adbe-unittests-api24.yml +++ b/.github/workflows/adbe-unittests-api24.yml @@ -1,12 +1,13 @@ name: AdbeUnitTests-Api24 on: + workflow_dispatch: schedule: - - cron: '0 0 * * 0' # Sunday midnight UTC + - cron: "0 0 * * 0" # Sunday midnight UTC pull_request: branches: [master, main] paths: - - '.github/workflows/adbe-unittests-api24.yml' + - ".github/workflows/adbe-unittests-api24.yml" concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/adbe-unittests-api25.yml b/.github/workflows/adbe-unittests-api25.yml index 08f717f..376908a 100644 --- a/.github/workflows/adbe-unittests-api25.yml +++ b/.github/workflows/adbe-unittests-api25.yml @@ -1,12 +1,13 @@ name: AdbeUnitTests-Api25 on: + workflow_dispatch: schedule: - - cron: '0 0 * * 0' # Sunday midnight UTC + - cron: "0 0 * * 0" # Sunday midnight UTC pull_request: branches: [master, main] paths: - - '.github/workflows/adbe-unittests-api25.yml' + - ".github/workflows/adbe-unittests-api25.yml" concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/adbe-unittests-api26.yml b/.github/workflows/adbe-unittests-api26.yml index b5851b1..9ea6307 100644 --- a/.github/workflows/adbe-unittests-api26.yml +++ b/.github/workflows/adbe-unittests-api26.yml @@ -2,11 +2,12 @@ name: AdbeUnitTests-Api26 on: schedule: - - cron: '0 0 * * 0' # Sunday midnight UTC + - cron: "0 0 * * 0" # Sunday midnight UTC + workflow_dispatch: pull_request: branches: [master, main] paths: - - '.github/workflows/adbe-unittests-api26.yml' + - ".github/workflows/adbe-unittests-api26.yml" concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/adbe-unittests-api27.yml b/.github/workflows/adbe-unittests-api27.yml index 90565bd..f967fd0 100644 --- a/.github/workflows/adbe-unittests-api27.yml +++ b/.github/workflows/adbe-unittests-api27.yml @@ -1,12 +1,13 @@ name: AdbeUnitTests-Api27 on: + workflow_dispatch: schedule: - - cron: '0 0 * * 0' # Sunday midnight UTC + - cron: "0 0 * * 0" # Sunday midnight UTC pull_request: branches: [master, main] paths: - - '.github/workflows/adbe-unittests-api27.yml' + - ".github/workflows/adbe-unittests-api27.yml" concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/adbe-unittests-api28.yml b/.github/workflows/adbe-unittests-api28.yml index 957a174..35ba50a 100644 --- a/.github/workflows/adbe-unittests-api28.yml +++ b/.github/workflows/adbe-unittests-api28.yml @@ -1,12 +1,13 @@ name: AdbeUnitTests-Api28 on: + workflow_dispatch: schedule: - - cron: '0 0 * * 0' # Sunday midnight UTC + - cron: "0 0 * * 0" # Sunday midnight UTC pull_request: branches: [master, main] paths: - - '.github/workflows/adbe-unittests-api28.yml' + - ".github/workflows/adbe-unittests-api28.yml" concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/adbe-unittests-api29.yml b/.github/workflows/adbe-unittests-api29.yml index 7a25863..e8346be 100644 --- a/.github/workflows/adbe-unittests-api29.yml +++ b/.github/workflows/adbe-unittests-api29.yml @@ -1,12 +1,13 @@ name: AdbeUnitTests-Api29 on: + workflow_dispatch: schedule: - - cron: '0 0 * * 0' # Sunday midnight UTC + - cron: "0 0 * * 0" # Sunday midnight UTC pull_request: branches: [master, main] paths: - - '.github/workflows/adbe-unittests-api29.yml' + - ".github/workflows/adbe-unittests-api29.yml" concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/adbe-unittests-api30.yml b/.github/workflows/adbe-unittests-api30.yml index 615092f..e81e4d1 100644 --- a/.github/workflows/adbe-unittests-api30.yml +++ b/.github/workflows/adbe-unittests-api30.yml @@ -2,12 +2,13 @@ name: AdbeUnitTests-Api30 on: + workflow_dispatch: schedule: - - cron: '0 0 * * 0' # Sunday midnight UTC + - cron: "0 0 * * 0" # Sunday midnight UTC pull_request: branches: [master, main] paths: - - '.github/workflows/adbe-unittests-api30.yml' + - ".github/workflows/adbe-unittests-api30.yml" concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/adbe-unittests-api31.yml b/.github/workflows/adbe-unittests-api31.yml index 502edcf..897711a 100644 --- a/.github/workflows/adbe-unittests-api31.yml +++ b/.github/workflows/adbe-unittests-api31.yml @@ -2,12 +2,13 @@ name: AdbeUnitTests-Api31 on: + workflow_dispatch: schedule: - - cron: '0 0 * * 0' # Sunday midnight UTC + - cron: "0 0 * * 0" # Sunday midnight UTC pull_request: branches: [master, main] paths: - - '.github/workflows/adbe-unittests-api31.yml' + - ".github/workflows/adbe-unittests-api31.yml" concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/install-adb-enhanced-from-homebrew.yml b/.github/workflows/install-adb-enhanced-from-homebrew.yml index b14d709..dec80db 100644 --- a/.github/workflows/install-adb-enhanced-from-homebrew.yml +++ b/.github/workflows/install-adb-enhanced-from-homebrew.yml @@ -2,15 +2,16 @@ name: Install adb-enhanced via homebrew on: schedule: - - cron: '0 0 * * 0' # Sunday midnight UTC + - cron: "0 0 * * 0" # Sunday midnight UTC + workflow_dispatch: push: branches: [master, main] paths: - - '.github/workflows/install-adb-enhanced-from-homebrew.yml' + - ".github/workflows/install-adb-enhanced-from-homebrew.yml" pull_request: branches: [master, main] paths: - - '.github/workflows/install-adb-enhanced-from-homebrew.yml' + - ".github/workflows/install-adb-enhanced-from-homebrew.yml" concurrency: group: ${{ github.workflow }}-${{ github.ref }}