From a9a548b49e8dd0473a2272ea3818ff1f013a2c35 Mon Sep 17 00:00:00 2001 From: Workflow Sync Bot Date: Wed, 22 Jan 2025 18:48:53 +0000 Subject: [PATCH] [SYNC] github-workflows --- .github/workflows/ci.yml | 4 +++- .github/workflows/pull-request.yml | 2 ++ .github/workflows/release.yml | 3 ++- 3 files changed, 7 insertions(+), 2 deletions(-) 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 4d7e836..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: 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