Skip to content

Commit

Permalink
test AEF-DDF-all
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Nov 14, 2023
1 parent 966e734 commit be7aec9
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/AEF-DFF-all.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
on:
workflow_call:
inputs:
event_name:
required: true
run_id:
required: true

jobs:
ddf_workflows:
strategy:
matrix:
workflow: [lint, document, pkgdown]
steps:
uses: ssi-dk/AEF-DDF/reuseable_workflows/${{ matrix.workflow }}.yaml@main
with:
event_name: ${{ github.event_name }}
run_id: ${{ github.run_id }}
run_event: ${{ run_event.${{ matrix.workflow }} }}
secrets: inherit


20 changes: 20 additions & 0 deletions .github/workflows/test_AEF-DDF-all.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branch: [main, master]
pull_request:
branch: [main, master]
release:
types: [published]
workflow_dispatch:

name: Run all AEF-DDF workflows

jobs:
cleanup-build-deploy:
uses: ssi-dk/AEF-DDF/reuseable_workflows/AEF-DDF.yaml@main
with:
event_name: ${{ github.event_name }}
run_id: ${{ github.run_id }}
secrets: inherit

0 comments on commit be7aec9

Please sign in to comment.