Skip to content

Commit

Permalink
Concurrency and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed May 1, 2024
1 parent c1e0bb8 commit f354a1e
Show file tree
Hide file tree
Showing 16 changed files with 67 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/abtesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ on:

workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true

env:
secrets_passphrase: ${{ secrets.GHASECRETSGPGPASSPHRASE1 }}
SAMPLE: ABTesting
Expand Down Expand Up @@ -61,7 +65,7 @@ jobs:
os: [iOS, tvOS, macOS, watchOS, catalyst]
include:
- os: iOS
device: iPhone 14
device: iPhone 15
test: true
- os: tvOS
device: Apple TV 4K (3rd generation) (at 1080p)
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/admob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ on:

workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true

env:
SAMPLE: AdMob
secrets_passphrase: ${{ secrets.GHASECRETSGPGPASSPHRASE1 }}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/analytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ on:

workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true

env:
SAMPLE: Analytics
secrets_passphrase: ${{ secrets.GHASECRETSGPGPASSPHRASE1 }}
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/authentication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ on:

workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true

env:
SAMPLE: Authentication
secrets_passphrase: ${{ secrets.GHASECRETSGPGPASSPHRASE1 }}
Expand All @@ -36,7 +40,7 @@ jobs:
- name: Checkout
uses: actions/checkout@master
- name: Xcode 15.3
run: sudo xcode-select -s /Applications/Xcode_14.1.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_15.3.app/Contents/Developer

- name: Setup
run: |
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
push:
branches: main

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true

jobs:
check:
runs-on: macOS-14
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ on:

workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true

env:
SAMPLE: Config
secrets_passphrase: ${{ secrets.GHASECRETSGPGPASSPHRASE1 }}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/crashlytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ on:

workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true

env:
SAMPLE: Crashlytics
secrets_passphrase: ${{ secrets.GHASECRETSGPGPASSPHRASE1 }}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ on:

workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true

env:
SAMPLE: Database
secrets_passphrase: ${{ secrets.GHASECRETSGPGPASSPHRASE1 }}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/dynamiclinks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ on:

workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true

env:
SAMPLE: DynamicLinks
secrets_passphrase: ${{ secrets.GHASECRETSGPGPASSPHRASE1 }}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/firestore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ on:

workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true

env:
SAMPLE: Firestore
secrets_passphrase: ${{ secrets.GHASECRETSGPGPASSPHRASE1 }}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ on:

workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true

env:
SAMPLE: Functions
secrets_passphrase: ${{ secrets.GHASECRETSGPGPASSPHRASE1 }}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/inappmessaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ on:

workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true

env:
SAMPLE: InAppMessaging
secrets_passphrase: ${{ secrets.GHASECRETSGPGPASSPHRASE1 }}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/installations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ on:

workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true

env:
SAMPLE: Installations
secrets_passphrase: ${{ secrets.GHASECRETSGPGPASSPHRASE1 }}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/messaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ on:

workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true

env:
SAMPLE: Messaging
secrets_passphrase: ${{ secrets.GHASECRETSGPGPASSPHRASE1 }}
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ on:

workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true

env:
SAMPLE: Performance
secrets_passphrase: ${{ secrets.GHASECRETSGPGPASSPHRASE1 }}
Expand Down Expand Up @@ -68,7 +72,7 @@ jobs:
test: true
- os: tvOS
device: Apple TV 4K (3rd generation) (at 1080p)
test: true
test: false
env:
SETUP: performance
SPM: true
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ on:

workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true

env:
SAMPLE: Storage
secrets_passphrase: ${{ secrets.GHASECRETSGPGPASSPHRASE1 }}
Expand Down

0 comments on commit f354a1e

Please sign in to comment.