Skip to content

Commit

Permalink
chore: Synced local '.github/' with remote 'sync-files/android/.github/'
Browse files Browse the repository at this point in the history
  • Loading branch information
googlemaps-bot committed Feb 5, 2024
1 parent fb71d60 commit ebd733c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ jobs:
with:
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
- uses: gradle/[email protected]
- name: Set up JDK 17
uses: actions/[email protected]
with:
java-version: '17'
distribution: 'adopt'
- name: Create .gpg key
run: |
echo $GPG_KEY_ARMOR | base64 --decode > ./release.asc
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ on:
repository_dispatch:
types: [test]
push:
branches-ignore: ['gh-pages','googlemaps-bot/update_gh_pages']
branches-ignore: ['gh-pages']
pull_request:
branches-ignore: ['gh-pages','googlemaps-bot/update_gh_pages']
branches-ignore: ['gh-pages']
workflow_dispatch:
workflow_call:

Expand Down

0 comments on commit ebd733c

Please sign in to comment.