From 8be42b08fb0f67e5c87485f01c6e3693c53e3964 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joris=20Pelgr=C3=B6m?= Date: Tue, 1 Aug 2023 22:20:01 +0200 Subject: [PATCH] Don't create release number/notes for PRs (#3749) --- .github/workflows/pr.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 4bcc9d1f8..941f4aa1b 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -94,21 +94,11 @@ jobs: restore-keys: | ${{ runner.os }}-gradle- - - uses: ./.github/actions/create-release-number - name: Create Release Number - id: rel_number - - name: Mock google-services.json run: | cp .github/mock-google-services.json app/google-services.json cp .github/mock-google-services.json wear/google-services.json cp .github/mock-google-services.json automotive/google-services.json - - - uses: ./.github/actions/create-release-notes - name: Create Release Notes - with: - tag-name: ${{ steps.rel_number.outputs.version }} - gh-token: ${{ secrets.GITHUB_TOKEN }} - name: Build Debug APK run: ./gradlew assembleDebug