Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: oscarhermoso/terraform-provider-binarylane
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 93d80c11cdad5a3b49623149ffeb86e72277fdcc
Choose a base ref
..
head repository: oscarhermoso/terraform-provider-binarylane
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b964155056f9139ddb12f6cd3f80da7f2f7d15a1
Choose a head ref
Showing with 4 additions and 2 deletions.
  1. +2 −1 .github/workflows/release.yml
  2. +2 −1 .github/workflows/{test.yaml → test.yml}
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -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
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -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