Skip to content

Commit

Permalink
ref.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Jan 16, 2025
1 parent ab2afd4 commit 614cd8c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/r_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on: [push, pull_request]

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
BRANCH_NAME: >-
${{ github.event.pull_request.number && 'PR-' }}${{ github.event.pull_request.number || github.ref_name }}
permissions:
contents: read # to fetch code (actions/checkout)
Expand All @@ -12,9 +14,6 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

env:
BRANCH_NAME: >-
${{ github.event.pull_request.number && 'PR-' }}${{ github.event.pull_request.number || github.ref_name }}

jobs:
test-Rpkg:
Expand Down

0 comments on commit 614cd8c

Please sign in to comment.