diff --git a/.github/workflows/api-tests.yml b/.github/workflows/api-tests.yml index 6a26797d8b8bac..e1c0bf33a4ff31 100644 --- a/.github/workflows/api-tests.yml +++ b/.github/workflows/api-tests.yml @@ -15,7 +15,6 @@ concurrency: jobs: test: - if: false name: API Tests runs-on: ubuntu-latest strategy: diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 491ded8410fc2b..b5e63a8870baa8 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -11,7 +11,6 @@ concurrency: jobs: python-style: - if: false name: Python Style runs-on: ubuntu-latest @@ -53,7 +52,6 @@ jobs: web-style: name: Web Style runs-on: ubuntu-latest - if: false defaults: run: working-directory: ./web @@ -86,7 +84,6 @@ jobs: superlinter: - if: false name: SuperLinter runs-on: ubuntu-latest