mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +00:00
Rename Github actions (#605)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: CI
|
||||
name: add changelog / black formatting
|
||||
concurrency:
|
||||
group: ${{ github.head_ref }}
|
||||
cancel-in-progress: true
|
||||
@@ -18,10 +18,11 @@ on:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
auto_changelog:
|
||||
name: changelog / black formatting
|
||||
update:
|
||||
if: "!contains(github.event.pull_request.labels.*.name, 'skip-changelog')"
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- name: checkout fork
|
||||
uses: actions/checkout@v3
|
||||
Reference in New Issue
Block a user