Avoid fetching FCM token during logout in demo-app #2860
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: PR checklist | |
| on: | |
| pull_request: | |
| types: [ opened, edited, synchronize, labeled, unlabeled, reopened ] | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| pr-checklist: | |
| uses: GetStream/stream-build-conventions-android/.github/workflows/pr-quality.yml@v0.14.0 | |
| secrets: inherit |