Skip to content

Commit

Permalink
initial attempt workflow for reqcheckscript
Browse files Browse the repository at this point in the history
  • Loading branch information
efeyazgan committed Jan 11, 2024
1 parent 8ba68c3 commit cb582b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
workflow:
- '.github/workflows/**'
- name: Build gridpack
if: steps.changes.outputs.powheg1 == 'true' || steps.changes.outputs.workflow 'true'
if: steps.changes.outputs.powheg1 == 'true' || steps.changes.outputs.workflow == 'true'
uses: nick-fields/retry@v2
with:
max_attempts: 5
Expand All @@ -64,7 +64,7 @@ jobs:
command: docker run --rm -v /cvmfs:/cvmfs -v $PWD:$PWD -w $PWD gitlab-registry.cern.ch/cms-cloud/cmssw-docker/cc7-cms bash bin/Powheg/test/test_build.sh -r ${{ matrix.cmssw_release }} -a ${{ matrix.scram_arch }} -p ${{ matrix.proc }}

- name: Check pwg-stat.dat
if: steps.changes.outputs.powheg1 == 'true' || steps.changes.outputs.workflow 'true'
if: steps.changes.outputs.powheg1 == 'true' || steps.changes.outputs.workflow == 'true'
run: git diff --exit-code bin/Powheg/test/pwg-stat.dat.${{ matrix.proc }}_${{ matrix.scram_arch }}_${{ matrix.cmssw_release }}

- name: Create Pull Request
Expand Down

0 comments on commit cb582b4

Please sign in to comment.