Skip to content

Commit

Permalink
ci: allow all workflows to be triggered via GitHub UI (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishb committed Jul 21, 2024
1 parent f45f321 commit 11c0337
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 25 deletions.
1 change: 1 addition & 0 deletions .github/workflows/adbe-unittests-api16.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: AdbeUnitTests-Api16

on:
workflow_dispatch:
push:
branches: [master, main]
paths:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/adbe-unittests-api21.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/adbe-unittests-api22.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/adbe-unittests-api23.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/adbe-unittests-api24.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/adbe-unittests-api25.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/adbe-unittests-api26.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/adbe-unittests-api27.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/adbe-unittests-api28.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/adbe-unittests-api29.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/adbe-unittests-api30.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/adbe-unittests-api31.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/install-adb-enhanced-from-homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 11c0337

Please sign in to comment.