Skip to content

Commit

Permalink
Req check script wf
Browse files Browse the repository at this point in the history
  • Loading branch information
efeyazgan committed Jan 12, 2024
1 parent 43ac4d9 commit 1d33848
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
strategy:
matrix:
proc: [hvq]
cmssw_release: [CMSSW_10_6_30, CMSSW_11_0_1, CMSSW_12_3_1]
#cmssw_release: [CMSSW_10_6_30, CMSSW_11_0_1, CMSSW_12_3_1]
cmssw_release: [CMSSW_10_6_30]
include:
- cmssw_release: CMSSW_10_6_30
scram_arch: slc7_amd64_gcc700
Expand Down Expand Up @@ -97,7 +98,7 @@ jobs:
- '.github/workflows/**'
- uses: actions/setup-python@v4
with:
python-version: '3.9.18'
python-version: '3.9'
- name: Run the request checking script on local mcm requests
#shell: python
if: steps.filter.outputs.bin == 'true' || steps.filter.outputs.workflow == 'true'
Expand Down

0 comments on commit 1d33848

Please sign in to comment.