mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-05-17 10:25:08 +00:00
ci: rename workflows used on v3 only
This commit is contained in:
committed by
GitHub
parent
f80aa0fae4
commit
e8c1f6060b
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: CodeQL
|
||||
name: "[v3] CodeQL"
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
2
.github/workflows/github-slug.yml
vendored
2
.github/workflows/github-slug.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Github Slug testing
|
||||
name: "[v3] Testing"
|
||||
on: [push]
|
||||
jobs:
|
||||
github-slug-on-os:
|
||||
|
||||
2
.github/workflows/linter.yml
vendored
2
.github/workflows/linter.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Lint
|
||||
name: "[v3] Lint"
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
2
.github/workflows/release-dryrun.yml
vendored
2
.github/workflows/release-dryrun.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Release DryRun
|
||||
name: "[v3] Release DryRun"
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Release
|
||||
name: "[v3] Release"
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
Reference in New Issue
Block a user