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 bc7d446 commit 33aa205
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: dorny/paths-filter@v2
- uses: actions/setup-python@v4
with:
# Semantic version range syntax or exact version of a Python version
python-version: '3.x'
id: filter
with:
filters: |
Expand All @@ -97,10 +101,6 @@ jobs:
- '.github/workflows/**'
- name: Run the request checking script on local mcm requests
#shell: python
uses: actions/setup-python@v4
with:
# Semantic version range syntax or exact version of a Python version
python-version: '3.x'
if: steps.filter.outputs.bin == 'true' || steps.filter.outputs.workflow == 'true'
run: |
python bin/utils/request_fragment_check.py --bypass_status --develop --local --prepid SUS-RunIISummer20UL16wmLHEGEN-00768

0 comments on commit 33aa205

Please sign in to comment.