Skip to content

Commit

Permalink
Merge pull request #2 from phuse-org/fix/allow-for-workflow-inheritance
Browse files Browse the repository at this point in the history
Allow for workflow inheritance
  • Loading branch information
epijim authored Dec 11, 2023
2 parents e2ed95d + 70b0d4a commit 03595d6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [main]
pull_request:
branches: [main]
# Allow for workflow inheritance
workflow_call:

name: R-CMD-check

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
release:
types: [published]
workflow_dispatch:
# Allow for workflow inheritance
workflow_call:

name: pkgdown

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [main, master]
pull_request:
branches: [main, master]
# Allow for workflow inheritance
workflow_call:

name: test-coverage

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/urlchecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
- devel
- pre-release
workflow_dispatch:
# Allow for workflow inheritance
workflow_call:

concurrency:
Expand Down

0 comments on commit 03595d6

Please sign in to comment.