diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index dd733794e..09f96fd9b 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -28,7 +28,7 @@ env: S3_OLAP_ALIAS: ${{ vars.S3_OLAP_ALIAS }} S3_OLAP_ARN: ${{ vars.S3_OLAP_ARN }} S3_MRAP_ARN: ${{ vars.S3_MRAP_ARN }} - RUST_FEATURES: fuse_tests,s3_tests,fips_tests + RUST_FEATURES: fuse_tests,s3_tests permissions: id-token: write diff --git a/.github/workflows/integration_main.yml b/.github/workflows/integration_main.yml index d68f55a89..6d498e62c 100644 --- a/.github/workflows/integration_main.yml +++ b/.github/workflows/integration_main.yml @@ -2,7 +2,7 @@ name: Integration tests on: push: - branches: [ "main" ] + branches: [ "no_fips" ] merge_group: types: [ "checks_requested" ]