Skip to content

Commit

Permalink
PMM-12926 cleanup duplicated jobs and fixed conditional (#663)
Browse files Browse the repository at this point in the history
* PMM-12926 cleanup duplicated jobs and fixed conditional

* PMM-12926 added doc
  • Loading branch information
vyarosh authored Mar 1, 2024
1 parent e17f35f commit 33924f3
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 197 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pmm-version-getter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
description: 'PMM Client version to upgrade from (dev-latest|pmm2-latest|pmm2-rc|x.xx.x)'
type: string
repository:
description: 'Upgrade to:'
description: 'To detect "finish_version" string: X.XX.X'
required: true
default: 'dev-latest'
type: string
Expand Down
149 changes: 0 additions & 149 deletions .github/workflows/pmm2-integration-tests.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/portal-tests-matrix.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/runner-integration-cli-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
path: ./pmm-ui-tests/cli/test-report

- name: Create status check
if: ${{ always() }}
if: ${{ env.SHA != 'null' && always() }}
uses: percona/gh-action-github-status-action@master
continue-on-error: true
with:
Expand Down
13 changes: 0 additions & 13 deletions .github/workflows/testsuite.yml

This file was deleted.

0 comments on commit 33924f3

Please sign in to comment.