From 235f1ba6f5030faab0bb25773620279ce60fe2c1 Mon Sep 17 00:00:00 2001 From: Manikandan Subramaniam <113734488+manikandan-xilinx@users.noreply.github.com> Date: Tue, 11 Jun 2024 11:03:16 -0700 Subject: [PATCH] testing edit scenario after removing it --- .github/workflows/xti.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/xti.yml b/.github/workflows/xti.yml index 87e615139f1..667db09fd20 100644 --- a/.github/workflows/xti.yml +++ b/.github/workflows/xti.yml @@ -443,7 +443,7 @@ jobs: - name: Cancel Workflow Run if: steps.check_status.outputs.status == 'in_progress' run: | - echo "Cancelling Workflow Run..." + echo "Cancelling Workflow Run....." curl \ -X POST \ -H "Authorization: Bearer ${{ secrets.CI_CLOUD_TOKEN }}" \