We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a79f9 commit dc27158Copy full SHA for dc27158
.github/workflows/pr_check.yml
@@ -60,6 +60,7 @@ jobs:
60
restore-keys: ${{ runner.os }}-r-${{ matrix.bioc_version }}-
61
62
- name: Install GPG
63
+ if: ${{ github.ref == 'refs/heads/devel' && github.event_name != 'pull_request' }}
64
run: sudo apt-get update && sudo apt-get install -y gpg
65
66
- name: Install Dependencies
0 commit comments