From 3392076a0f2bd8fc25c44453f287f85a14732bb3 Mon Sep 17 00:00:00 2001 From: Daniel Vega-Myhre Date: Mon, 10 Feb 2025 15:45:46 -0800 Subject: [PATCH] fix float8nocompile ci workflow --- .github/workflows/float8nocompile_test.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/float8nocompile_test.yaml b/.github/workflows/float8nocompile_test.yaml index 75df32a5d4..01f5bd3992 100644 --- a/.github/workflows/float8nocompile_test.yaml +++ b/.github/workflows/float8nocompile_test.yaml @@ -7,14 +7,12 @@ on: - 'gh/**' paths: - 'torchao/prototype/float8nocompile/**' - - '!torchao/prototype/float8nocompile/**' pull_request: branches: - main - 'gh/**' paths: - 'torchao/prototype/float8nocompile/**' - - '!torchao/prototype/float8nocompile/**' concurrency: group: floatnocompile_test-${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.run_number || github.ref }}