Skip to content

Commit

Permalink
Merge pull request #21 from komminarlabs/file-sync-2-main-1737571733
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 636ce0b + a9a548b commit 514c6b9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 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 }}
2 changes: 2 additions & 0 deletions .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
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 514c6b9

Please sign in to comment.