Skip to content

Commit

Permalink
Fix CI references (#3)
Browse files Browse the repository at this point in the history
This was copied out of pkg, but these workflows are still in pkg. Update
the reference to pull from pkg.
  • Loading branch information
sethvargo authored Feb 14, 2024
1 parent e706ab7 commit 5b79d08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ concurrency:

jobs:
go_lint:
uses: './.github/workflows/go-lint.yml'
uses: 'abcxyz/pkg/.github/workflows/go-lint.yml@main' # ratchet:exclude

go_test:
uses: './.github/workflows/go-test.yml'
uses: 'abcxyz/pkg/.github/workflows/go-test.yml@main' # ratchet:exclude

yaml_lint:
uses: './.github/workflows/yaml-lint.yml'
uses: 'abcxyz/pkg/.github/workflows/yaml-lint.yml@main' # ratchet:exclude

0 comments on commit 5b79d08

Please sign in to comment.