Skip to content

Commit

Permalink
secureli-275: updates path to reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisba11 committed Aug 16, 2023
1 parent ee336ce commit 1955cb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
jobs:
build-test:
name: Build & Test
uses: ./build_and_test.yml
uses: ./.github/workflows/build_and_test.yml


secureli-release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_TEST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build-test:
name: Build & Test
uses: ./build_and_test.yml
uses: ./.github/workflows/build_and_test.yml


next_job:
Expand Down

0 comments on commit 1955cb6

Please sign in to comment.