Skip to content

Commit

Permalink
merge conflict
Browse files Browse the repository at this point in the history
Merge branch 'patch' of https://github.com/pharmaverse/admiral into current_release

# Conflicts:
#	.github/workflows/templates.yml
#	NEWS.md
  • Loading branch information
zdz2101 committed Jan 31, 2024
2 parents 37c4dca + 2cff3ab commit 6cc9530
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/templates.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Check Templates

on:
workflow_dispatch:
pull_request:
branches:
- main
- patch

jobs:
templates:
name: Check Templates
uses: pharmaverse/admiralci/.github/workflows/check-templates.yml@main
if: github.event_name == 'pull_request'
with:
r-version: "4.1"

0 comments on commit 6cc9530

Please sign in to comment.