Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
Use default value of COPYRECO, COPYFULL and COPYLOG variables in work…
Browse files Browse the repository at this point in the history
…flow

By default, no copy should be attempted. User should turn on the variable depending on what they need to copy.
  • Loading branch information
rahmans1 authored May 9, 2024
1 parent 8905ab8 commit 2774a5a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 2774a5a

Please sign in to comment.