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 33aa205 commit 775e08a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,17 +88,16 @@ 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: |
bin:
- 'bin/utils/**'
workflow:
- '.github/workflows/**'
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- 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 775e08a

Please sign in to comment.