Skip to content

Commit

Permalink
Update checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nshadskiy authored Jan 16, 2025
1 parent 9df579f commit 115c226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
CONFIG: unittest_config
SAMPLES: dyjets
ERAS: 2018
SCOPES: "mm,mt,et"
SCOPES: "mt,mm,et"
SHIFTS: "all"
SINGLE_FRIEND_SCOPES: "mt,mm"
SINGLE_FRIEND_CONFIG: unittest_friends
Expand All @@ -34,7 +34,7 @@ jobs:

steps:
- name: Update known_hosts
run: ssh-keyscan -p 7999 gitlab.cern.ch >> $HOME/.ssh/known_hosts
run: ssh-keyscan -p 7999 gitlab.cern.ch >> $GITHUB_WORKSPACE/known_hosts

- name: Clone project
uses: actions/checkout@v3
Expand Down

0 comments on commit 115c226

Please sign in to comment.