Skip to content

Commit

Permalink
Merge production into production_singleElectron_0-20GeV
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 16, 2021
2 parents 5d2dbe2 + a5acd1f commit fb01759
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions .github/workflows/sync-with-production.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Sync production branches
on:
push:
branches:
- 'production'
jobs:
sync-branch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master

- name: Merge production -> production_singleElectron_0-20GeV
uses: devmasx/merge-branch@v1.3.1
with:
type: now
from_branch: production
target_branch: production_singleElectron_0-20GeV
github_token: ${{ github.token }}

- name: Merge production -> production_singlePion_0-20GeV
uses: devmasx/merge-branch@v1.3.1
with:
type: now
from_branch: production
target_branch: production_singlePion_0-20GeV
github_token: ${{ github.token }}
2 changes: 1 addition & 1 deletion detectors/EICDetector/Fun4All_runEvaluators.C
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ int Fun4All_runEvaluators(
//-----

Enable::DSTREADER = false;
Enable::USER = false;
Enable::USER = false; // Enable this to run custom code from G4_User.C

Enable::EVENT_EVAL = true;
Enable::TRACKING_EVAL = true;
Expand Down

0 comments on commit fb01759

Please sign in to comment.