Skip to content

Commit

Permalink
add reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pddg committed Jan 17, 2024
1 parent 5e32cdd commit 057350a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
merge_group:

jobs:
reusable:
uses: pddglab/actions-playground/.github/workflows/sample_reusable.yaml@main
with:
value: "hello world"
build:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 057350a

Please sign in to comment.