diff --git a/.github/workflows/run_broker_tests.yaml b/.github/workflows/run_broker_tests.yaml index 3e4ffd82b..0b20a641e 100644 --- a/.github/workflows/run_broker_tests.yaml +++ b/.github/workflows/run_broker_tests.yaml @@ -127,7 +127,7 @@ jobs: name: jmeter_logs path: ./jmeter_logs - pgslq_authn_authz: + pgsql_authn_authz: runs-on: ubuntu-latest strategy: @@ -514,7 +514,7 @@ jobs: delete-artifact: runs-on: ubuntu-latest - needs: [advanced_feat,pgslq_authn_authz,JWT_authn,mysql_authn_authz,built_in_database_authn_authz] + needs: [advanced_feat,pgsql_authn_authz,JWT_authn,mysql_authn_authz,built_in_database_authn_authz] steps: - uses: geekyeggo/delete-artifact@v1 with: