diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f8f2a75..0ccd5e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,11 +27,6 @@ jobs: with: token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }} - uses: gradle/wrapper-validation-action@v1.0.4 - - name: Set up JDK 17 - uses: actions/setup-java@v2.3.1 - with: - java-version: '17' - distribution: 'adopt' - name: Create .gpg key run: | echo $GPG_KEY_ARMOR | base64 --decode > ./release.asc diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9c20925..0e20193 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: