From b031dd906f0ae7b9bad975f439cb57825e452a29 Mon Sep 17 00:00:00 2001 From: Yahav Ohana Date: Sun, 26 Oct 2025 11:47:28 +0200 Subject: [PATCH 1/2] FastCI + Tests workflow Added FastCI optimization action to the workflow. --- .github/workflows/tests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5f8f99b..0c41d43 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,6 +28,11 @@ jobs: submodules: true ref: ${{ github.event.pull_request.head.sha }} + - uses: jfrog-fastci/fastci@main # Use the FastCI optimization action + with: + github_token: ${{secrets.GITHUB_TOKEN}} + fastci_otel_token: ${{ secrets.COROLOGIX_OTEL_TOKEN }} + - name: Unlabel 'safe to test' uses: actions-ecosystem/action-remove-labels@v1 if: ${{ github.event_name != 'push' }} From 20d3715dfa0de5cc1c12f46f6e5b31916b33ea1b Mon Sep 17 00:00:00 2001 From: Yahav Ohana Date: Wed, 29 Oct 2025 15:41:55 +0200 Subject: [PATCH 2/2] Update tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0c41d43..f00a1da 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,7 +31,7 @@ jobs: - uses: jfrog-fastci/fastci@main # Use the FastCI optimization action with: github_token: ${{secrets.GITHUB_TOKEN}} - fastci_otel_token: ${{ secrets.COROLOGIX_OTEL_TOKEN }} + fastci_otel_token: ${{ secrets.FASTCI_TOKEN }} - name: Unlabel 'safe to test' uses: actions-ecosystem/action-remove-labels@v1