Skip to content

Commit dc27158

Browse files
committed
conditionally install GPG
1 parent 61a79f9 commit dc27158

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr_check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
restore-keys: ${{ runner.os }}-r-${{ matrix.bioc_version }}-
6161

6262
- name: Install GPG
63+
if: ${{ github.ref == 'refs/heads/devel' && github.event_name != 'pull_request' }}
6364
run: sudo apt-get update && sudo apt-get install -y gpg
6465

6566
- name: Install Dependencies

0 commit comments

Comments
 (0)