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 274cff9 commit 687e80f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/release_created.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# --------------------------------------------------------------
# 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: After Release Created Golang
on:
release:
types:
- created
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'

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 687e80f

Please sign in to comment.