Skip to content

chore(deps): bump the built_value group across 1 directory with 3 updates #1262

chore(deps): bump the built_value group across 1 directory with 3 updates

chore(deps): bump the built_value group across 1 directory with 3 updates #1262

Workflow file for this run

# Generated with aft. To update, run: `aft generate workflows`
name: pub_server
on:
push:
branches:
- main
- stable
paths:
- '.github/workflows/dart_native.yaml'
- '.github/workflows/dart_vm.yaml'
- '.github/workflows/pub_server.yaml'
- 'packages/amplify_lints/lib/**/*.yaml'
- 'packages/amplify_lints/pubspec.yaml'
- 'packages/aws_common/lib/**/*.dart'
- 'packages/aws_common/pubspec.yaml'
- 'packages/test/pub_server/**/*.dart'
- 'packages/test/pub_server/**/*.yaml'
- 'packages/test/pub_server/lib/**/*'
- 'packages/test/pub_server/test/**/*'
pull_request:
paths:
- '.github/workflows/dart_native.yaml'
- '.github/workflows/dart_vm.yaml'
- '.github/workflows/pub_server.yaml'
- 'packages/amplify_lints/lib/**/*.yaml'
- 'packages/amplify_lints/pubspec.yaml'
- 'packages/aws_common/lib/**/*.dart'
- 'packages/aws_common/pubspec.yaml'
- 'packages/test/pub_server/**/*.dart'
- 'packages/test/pub_server/**/*.yaml'
- 'packages/test/pub_server/lib/**/*'
- 'packages/test/pub_server/test/**/*'
schedule:
- cron: "0 13 * * *" # Everyday at 06:00 PST
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:
test:
uses: ./.github/workflows/dart_vm.yaml
secrets: inherit
with:
package-name: pub_server
working-directory: packages/test/pub_server
native_test:
needs: test
uses: ./.github/workflows/dart_native.yaml
secrets: inherit
with:
package-name: pub_server
working-directory: packages/test/pub_server