Skip to content

Commit

Permalink
Fix path to workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwaldp-oci committed Jul 12, 2023
1 parent 495d6ea commit 0da3e7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ defaults:

jobs:
build-base:
uses: .github/workflows/build_base.yaml
uses: ./.github/workflows/build_base.yaml
permissions:
packages: write
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ph_backward_compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defaults:

jobs:
build-base:
uses: .github/workflows/build_base.yaml
uses: ./.github/workflows/build_base.yaml
permissions:
packages: read
contents: read
Expand Down

0 comments on commit 0da3e7b

Please sign in to comment.