Skip to content

Commit

Permalink
Merge pull request #67 from komminarlabs/file-sync-2-main-1737571735
Browse files Browse the repository at this point in the history
Files Sync From komminarlabs/github-workflows
  • Loading branch information
Thulasiraj Komminar authored Jan 22, 2025
2 parents 951f718 + 40aaa1c commit a727068
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# A bot ensures that these actions get synchronized - do not edit in this repository.

name: CI

on:
Expand Down Expand Up @@ -29,4 +31,4 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_ORG_TOKEN }}
token: ${{ secrets.CODECOV_ORG_TOKEN }}
4 changes: 3 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# A bot ensures that these actions get synchronized - do not edit in this repository.

name: PR

on:
Expand Down Expand Up @@ -33,4 +35,4 @@ jobs:
install-only: true

- name: Run GoReleaser
run: goreleaser build --clean --skip=validate
run: goreleaser build --clean --skip=validate --snapshot
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a727068

Please sign in to comment.