Skip to content

Commit

Permalink
fix: ci naming
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmanuel-tirado committed Jun 27, 2024
1 parent adefe29 commit c6eb632
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
build:
uses: ./.github/workflows/build.yml
uses: ./.github/workflows/build.yaml
with:
architecture: amd64

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
types:
- closed

jobs:
if_merged:
if: github.event.pull_request.merged == true
Expand Down

0 comments on commit c6eb632

Please sign in to comment.