Skip to content

Commit

Permalink
fixup! Finish refactor and add documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Spencer Wilson <[email protected]>
  • Loading branch information
SWilson4 committed Aug 27, 2024
1 parent 836bb72 commit b843d10
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:

platform-tests:
uses: ./.github/workflows/platform-tests.yml
uses: ./.github/workflows/platforms.yml

scorecard:
uses: ./.github/workflows/scorecard.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

platform-tests:
needs: basic-checks
uses: ./.github/workflows/platform-tests.yml
uses: ./.github/workflows/platforms.yml

scorecard:
needs: basic-checks
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:

extended-tests:
uses: .github/workflows/extended-tests.yml
uses: .github/workflows/extended.yml

downstream-release-tests:
uses: .github/workflows/downstream-release.yml
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
uses: ./.github/workflows/scorecard.yml

extended-tests:
uses: ./.github/workflows/extended-tests.yml
uses: ./.github/workflows/extended.yml

0 comments on commit b843d10

Please sign in to comment.