From e53b2e90a9bac5e4210349888855531e3c595d85 Mon Sep 17 00:00:00 2001 From: Manikandan Subramaniam <113734488+manikandan-xilinx@users.noreply.github.com> Date: Thu, 6 Jun 2024 13:37:27 -0700 Subject: [PATCH] should not run on pr --- .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 8cda5087f86..3a296b66afe 100644 --- a/.github/workflows/xti.yml +++ b/.github/workflows/xti.yml @@ -50,7 +50,7 @@ jobs: steps: - name: Set env variables run: | - echo "Setting environment variables..." + echo "Setting environment variables...." echo "XRT_VERSION_PATCH=${GITHUB_RUN_NUMBER}" >> $GITHUB_ENV echo "PATH=/usr/bin:$PATH" >> $GITHUB_ENV