Skip to content

Commit

Permalink
Refactor shared parts of github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpride committed May 3, 2023
1 parent 520d12c commit 04dce2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ on:

jobs:
shared:
uses: ./shared.yaml
uses: ./.github/workflows/shared.yaml
3 changes: 2 additions & 1 deletion .github/workflows/shared.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Shared

on: workflow_call
on:
workflow_call:

jobs:
build:
Expand Down

0 comments on commit 04dce2e

Please sign in to comment.