Skip to content

Commit

Permalink
feat: update workflow for geocoding_darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
OutdatedGuy committed Oct 8, 2024
1 parent 5b94e80 commit 94239b0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,19 +100,19 @@ updates:
open-pull-requests-limit: 10

- package-ecosystem: "pub"
directory: "/geocoding_ios"
directory: "/geocoding_darwin"
commit-message:
prefix: "[geocoding_ios]"
prefix: "[geocoding_darwin]"
schedule:
interval: "weekly"
reviewers:
- "mvanbeusekom"
open-pull-requests-limit: 10

- package-ecosystem: "pub"
directory: "/geocoding_ios/example"
directory: "/geocoding_darwin/example"
commit-message:
prefix: "[geocoding_ios]"
prefix: "[geocoding_darwin]"
schedule:
interval: "weekly"
reviewers:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# This is a basic workflow to help you get started with Actions

name: geocoding_ios
name: geocoding_darwin

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the main branch
on:
push:
branches: [ main ]
paths:
- 'geocoding_ios/**'
- '.github/workflows/geocoding_ios.yaml'
- 'geocoding_darwin/**'
- '.github/workflows/geocoding_darwin.yaml'

pull_request:
branches: [ main ]
paths:
- 'geocoding_ios/**'
- '.github/workflows/geocoding_ios.yaml'
- 'geocoding_darwin/**'
- '.github/workflows/geocoding_darwin.yaml'

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand All @@ -26,8 +26,8 @@ jobs:
runs-on: macos-latest

env:
source-directory: ./geocoding_ios
example-directory: ./geocoding_ios/example
source-directory: ./geocoding_darwin
example-directory: ./geocoding_darwin/example

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit 94239b0

Please sign in to comment.