Skip to content

Commit

Permalink
chore: created local '.github/workflows/release_created.yml' from rem…
Browse files Browse the repository at this point in the history
…ote 'shared-files/github-actions/release_created-golang.yml.njk'
  • Loading branch information
github-actions[bot] committed Jan 3, 2025
1 parent 002dca2 commit 4f0fe29
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/release_created.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# --------------------------------------------------------------
# WARNING: This file is managed by centralized sync management system.
# Do not edit this file directly, your changes will be overwritten.
# See https://github.com/orange-cloudavenue/workflows for more information.
# --------------------------------------------------------------
name: Release Published Golang
on:
release:
types:
- published

permissions:
contents: read

jobs:
go-report-card:
name: "Go report card"
uses: orange-cloudavenue/workflows/.github/workflows/go_report-card.yml@main

go-proxy-refresh:
name: "Go proxy refresh"
uses: orange-cloudavenue/workflows/.github/workflows/go_proxy-refresh.yml@main

0 comments on commit 4f0fe29

Please sign in to comment.