Skip to content

chore(version): Bump version #558

chore(version): Bump version

chore(version): Bump version #558

# Generated with aft. To update, run: `aft generate workflows`
name: amplify_db_common iOS
on:
push:
branches:
- main
- stable
pull_request:
paths:
- 'packages/common/amplify_db_common/**/*.yaml'
- 'packages/common/amplify_db_common/ios/**/*'
- 'packages/common/amplify_db_common/example/ios/**/*'
- '.github/workflows/flutter_ios.yaml'
- '.github/workflows/amplify_db_common_ios.yaml'
schedule:
- cron: "0 0 * * 0" # Every Sunday at 00:00
workflow_dispatch:
defaults:
run:
shell: bash
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
permissions:
id-token: write
contents: read
# Cancels in-progress job when there is another push to same ref.
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-only-cancel-in-progress-jobs-or-runs-for-the-current-workflow
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ios:
uses: ./.github/workflows/flutter_ios.yaml
secrets: inherit
with:
example-directory: packages/common/amplify_db_common/example
package-name: amplify_db_common
has-native-tests: false