Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
chore: updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
nickytonline committed Dec 20, 2023
1 parent 521d327 commit 90e62c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ permissions:

jobs:
compliance:
uses: open-sauced/open-sauced/.github/workflows/compliance.yml@main
uses: open-sauced/hot/.github/workflows/compliance.yml@main
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ on:

jobs:
test:
uses: open-sauced/open-sauced/.github/workflows/development.yml@main
uses: open-sauced/hot/.github/workflows/development.yml@main
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
test:
name: Test and lint
uses: open-sauced/open-sauced/.github/workflows/development.yml@main
uses: open-sauced/hot/.github/workflows/development.yml@main

docker:
name: Build container
Expand Down

0 comments on commit 90e62c7

Please sign in to comment.