mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
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:
parent
725b4103e0
commit
b78e13357d
5 changed files with 10 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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 }}" || \
|
||||
|
|
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
|
@ -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 }}" || \
|
||||
|
|
2
.github/workflows/scheduled.yml
vendored
2
.github/workflows/scheduled.yml
vendored
|
@ -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 }}" || \
|
||||
|
|
2
.github/workflows/staging.yml
vendored
2
.github/workflows/staging.yml
vendored
|
@ -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 }}" || \
|
||||
|
|
2
.github/workflows/templates/ci.yml.jinja
vendored
2
.github/workflows/templates/ci.yml.jinja
vendored
|
@ -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 }}" || \
|
||||
|
|
Loading…
Add table
Reference in a new issue