diff --git a/.github/workflows/drivers-skipped-checks.yml b/.github/workflows/drivers-skipped-checks.yml index f1a3703d1bf6102629af4adb93d8e5aa714dd267..91b6c034da943ce1553427574dad8621afbb78ba 100644 --- a/.github/workflows/drivers-skipped-checks.yml +++ b/.github/workflows/drivers-skipped-checks.yml @@ -24,12 +24,36 @@ on: jobs: + be-tests-athena-ee: + runs-on: ubuntu-20.04 + steps: + - run: | + echo "Didn't run due to conditional filtering" + + be-tests-bigquerycloud-sdk-ee: + runs-on: ubuntu-20.04 + steps: + - run: | + echo "Didn't run due to conditional filtering" + be-tests-druid-ee: runs-on: ubuntu-20.04 steps: - run: | echo "Didn't run due to conditional filtering" + be-tests-googleanalytics-ee: + runs-on: ubuntu-20.04 + steps: + - run: | + echo "Didn't run due to conditional filtering" + + be-tests-google-related-classpath-ee: + runs-on: ubuntu-20.04 + steps: + - run: | + echo "Didn't run due to conditional filtering" + be-tests-mariadb-10-2-ee: runs-on: ubuntu-20.04 steps: @@ -48,12 +72,24 @@ jobs: - run: | echo "Didn't run due to conditional filtering" + be-tests-mongo-4-0-ssl-ee: + runs-on: ubuntu-20.04 + steps: + - run: | + echo "Didn't run due to conditional filtering" + be-tests-mongo-5-0-ee: runs-on: ubuntu-20.04 steps: - run: | echo "Didn't run due to conditional filtering" + be-tests-mongo-5-0-ssl-ee: + runs-on: ubuntu-20.04 + steps: + - run: | + echo "Didn't run due to conditional filtering" + be-tests-mongo-latest-ee: runs-on: ubuntu-20.04 steps: @@ -66,6 +102,18 @@ jobs: - run: | echo "Didn't run due to conditional filtering" + be-tests-mysql-latest-ee: + runs-on: ubuntu-20.04 + steps: + - run: | + echo "Didn't run due to conditional filtering" + + be-tests-oracle-ee: + runs-on: ubuntu-20.04 + steps: + - run: | + echo "Didn't run due to conditional filtering" + be-tests-postgres-ee: runs-on: ubuntu-20.04 steps: @@ -84,6 +132,24 @@ jobs: - run: | echo "Didn't run due to conditional filtering" + be-tests-presto-jdbc-ee: + runs-on: ubuntu-20.04 + steps: + - run: | + echo "Didn't run due to conditional filtering" + + be-tests-redshift-jdbc-ee: + runs-on: ubuntu-20.04 + steps: + - run: | + echo "Didn't run due to conditional filtering" + + be-tests-snowflake-jdbc-ee: + runs-on: ubuntu-20.04 + steps: + - run: | + echo "Didn't run due to conditional filtering" + be-tests-sparksql-ee: runs-on: ubuntu-20.04 steps: @@ -101,3 +167,9 @@ jobs: steps: - run: | echo "Didn't run due to conditional filtering" + + be-tests-vertica-ee: + runs-on: ubuntu-20.04 + steps: + - run: | + echo "Didn't run due to conditional filtering"