Skip to content

Commit

Permalink
With local path
Browse files Browse the repository at this point in the history
  • Loading branch information
hjkatz committed Nov 25, 2024
1 parent be2e25a commit 1604628
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
pull-requests: read
steps:
- uses: actions/checkout@v3
- uses: ".github/actions/changes.yaml"
- uses: ".github/actions/changes"

# Make sure that Kubebuilder autogenerated files are up to date.
kubebuilder-diff:
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
pull-requests: read
steps:
- uses: actions/checkout@v3
- uses: ".github/actions/build-and-test.yaml"
- uses: "./.github/actions/build-and-test"
with:
# this workflow is for incoming PRs, so we want to skip e2e tests
# and deploy the demo mode because our api keys are not available
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
pull-requests: read
steps:
- uses: actions/checkout@v3
- uses: ".github/actions/changes.yaml"
- uses: "./.github/actions/changes"

build-and-test:
runs-on: ubuntu-latest
Expand All @@ -35,7 +35,7 @@ jobs:
pull-requests: read
steps:
- uses: actions/checkout@v3
- uses: ".github/actions/build-and-test.yaml"
- uses: "./.github/actions/build-and-test"
with:
run-e2e: true
go-version: ${{ env.GO_VERSION }}

0 comments on commit 1604628

Please sign in to comment.