There's no point on running lint over the prepare release changes

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2023-02-16 23:00:46 +00:00 committed by Pedro Algarvio
parent 725b4103e0
commit b78e13357d
5 changed files with 10 additions and 0 deletions

View file

@ -300,6 +300,8 @@ jobs:
- name: Commit Changes
shell: bash
env:
SKIP: lint-salt,lint-tests
run: |
# Run it twice so that pre-commit can fix anything that can be automatically fixed.
git commit -am "Release v${{ needs.prepare-workflow.outputs.salt-version }}" || \

View file

@ -298,6 +298,8 @@ jobs:
- name: Commit Changes
shell: bash
env:
SKIP: lint-salt,lint-tests
run: |
# Run it twice so that pre-commit can fix anything that can be automatically fixed.
git commit -am "Release v${{ needs.prepare-workflow.outputs.salt-version }}" || \

View file

@ -298,6 +298,8 @@ jobs:
- name: Commit Changes
shell: bash
env:
SKIP: lint-salt,lint-tests
run: |
# Run it twice so that pre-commit can fix anything that can be automatically fixed.
git commit -am "Release v${{ needs.prepare-workflow.outputs.salt-version }}" || \

View file

@ -331,6 +331,8 @@ jobs:
- name: Commit Changes
shell: bash
env:
SKIP: lint-salt,lint-tests
run: |
# Run it twice so that pre-commit can fix anything that can be automatically fixed.
git commit -am "Release v${{ needs.prepare-workflow.outputs.salt-version }}" || \

View file

@ -149,6 +149,8 @@ on:
- name: Commit Changes
shell: bash
env:
SKIP: lint-salt,lint-tests
run: |
# Run it twice so that pre-commit can fix anything that can be automatically fixed.
git commit -am "Release v${{ needs.prepare-workflow.outputs.salt-version }}" || \