From 2774a5ab2a76956e714f6690df6cffa96d0d6eb7 Mon Sep 17 00:00:00 2001 From: Sakib Rahman Date: Thu, 9 May 2024 10:38:58 -0400 Subject: [PATCH] Use default value of COPYRECO, COPYFULL and COPYLOG variables in workflow By default, no copy should be attempted. User should turn on the variable depending on what they need to copy. --- .github/workflows/test.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d05537b..bd9d6a4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,10 +41,8 @@ jobs: with: platform-release: "jug_xl:nightly" setup: /opt/detector/setup.sh - env: | - BEARER_TOKEN: ${{secrets.XRD_TOKEN}} run: | - COPYRECO=true scripts/run.sh EVGEN/SINGLE/e-/1GeV/45to135deg/e-_1GeV_45to135deg.steer 100 + scripts/run.sh EVGEN/SINGLE/e-/1GeV/45to135deg/e-_1GeV_45to135deg.steer 100 run_pion_1GeV_3to50deg_0001: needs: generate @@ -56,7 +54,5 @@ jobs: with: platform-release: "jug_xl:nightly" setup: /opt/detector/setup.sh - env: | - BEARER_TOKEN: ${{secrets.XRD_TOKEN}} run: | - COPYRECO=true scripts/run.sh EVGEN/SINGLE/pi+/1GeV/3to50deg/pi+_1GeV_3to50deg.steer 100 0001 + scripts/run.sh EVGEN/SINGLE/pi+/1GeV/3to50deg/pi+_1GeV_3to50deg.steer 100 0001