diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ba5f9b..f0ac407 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,3 +1,5 @@ +# A bot ensures that these actions get synchronized - do not edit in this repository. + name: CI on: @@ -29,4 +31,4 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 with: - token: ${{ secrets.CODECOV_ORG_TOKEN }} \ No newline at end of file + token: ${{ secrets.CODECOV_ORG_TOKEN }} diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index bc6dbcb..5c56bfe 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -1,3 +1,5 @@ +# A bot ensures that these actions get synchronized - do not edit in this repository. + name: PR on: @@ -33,4 +35,4 @@ jobs: install-only: true - name: Run GoReleaser - run: goreleaser build --clean --skip=validate + run: goreleaser build --clean --skip=validate --snapshot diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3eb4d1f..b736233 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,5 @@ -# Terraform Provider release workflow. +# A bot ensures that these actions get synchronized - do not edit in this repository. + name: Release # This GitHub action creates a release when a tag that matches the pattern