Skip to content

Commit

Permalink
🐛 Fix release.yml depending on test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarhermoso committed Sep 27, 2024
1 parent 9747587 commit 702aae5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ permissions:

jobs:
test:
uses: ./.github/workflows/test.yaml
uses: ./.github/workflows/test.yml
secrets: inherit

goreleaser:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ name: Terraform Provider Tests
on:
pull_request:
paths:
- '.github/workflows/test.yaml'
- '.github/workflows/test.yml'
- '**.go'
workflow_call:

permissions:
# Permission for checking out code
Expand Down

0 comments on commit 702aae5

Please sign in to comment.