mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-28 03:54:31 +00:00
fix: resolve YAML syntax and indentation errors in emergency PR workflow
This commit is contained in:
8
.github/workflows/agentic_v2_pr_only.yml
vendored
8
.github/workflows/agentic_v2_pr_only.yml
vendored
@@ -9,15 +9,15 @@ on:
|
||||
type: boolean
|
||||
default: false
|
||||
|
||||
permissions:
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
|
||||
concurrency:
|
||||
concurrency:
|
||||
group: v2-pr-only-${{ github.ref }}
|
||||
cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
jobs:
|
||||
publish-v2:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
@@ -42,8 +42,6 @@ on:
|
||||
restore-keys: |
|
||||
inventory-v2-
|
||||
|
||||
inventory-v2-
|
||||
|
||||
- name: Installation of Dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
|
||||
Reference in New Issue
Block a user