Skip to content

Commit

Permalink
Update git workflow references
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisllontop committed Jun 8, 2024
1 parent 5bc2ec5 commit ebc3cb1
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -15,4 +15,4 @@ concurrency:

jobs:
build_and_test:
uses: ./.github/workflows/workflow-common.yml@main
uses: ./.github/workflows/workflow-common.yml
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build_and_test:
uses: ./.github/workflows/test.yml@main
uses: ./.github/workflows/test.yml

publish_to_cargo:
needs: build_and_test
Expand Down

0 comments on commit ebc3cb1

Please sign in to comment.