mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-07-28 18:34:42 +00:00
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -20,11 +20,13 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
auto_changelog:
|
auto_changelog:
|
||||||
name: changelog / black formatting
|
name: changelog / black formatting
|
||||||
|
if: "!contains(github.event.pull_request.labels.*.name, 'skip-changelog')"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the collection repository
|
- name: checkout fork
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
ref: ${{ github.head_ref }}
|
||||||
fetch-depth: "0"
|
fetch-depth: "0"
|
||||||
|
|
||||||
- name: Set up Python '3.9'
|
- name: Set up Python '3.9'
|
||||||
|
|||||||
Reference in New Issue
Block a user