Merge pull request #13362 from Budibase/ci/ignore-merge-commits-on-submodule-checks

Runs submodule checks only if you changed the submodule ref
This commit is contained in:
Adria Navarro 2024-03-27 11:58:01 +01:00 committed by GitHub
commit e3259ece23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 1 deletions

View File

@ -264,7 +264,15 @@ jobs:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN || github.token }}
fetch-depth: 0
- name: Check account portal commit
- uses: dorny/paths-filter@v3
id: changes
with:
filters: |
src:
- packages/account-portal/**
- if: steps.changes.outputs.src == 'true'
name: Check account portal commit
id: get_accountportal_commits
run: |
cd packages/account-portal