Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: allow all workflows to be triggered via GitHub UI #253

Merged
merged 1 commit into from
Jul 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading