refactor(ci): add output variable to check_changes job for enhanced workflow control

This commit is contained in:
taroj1205 2025-06-22 16:44:00 +12:00
parent b6b2174cc2
commit e8b90d35ff
No known key found for this signature in database
GPG key ID: 0FCB6CFFE0981AB7

View file

@ -12,6 +12,8 @@ jobs:
check_changes:
name: Check Changes
runs-on: ubuntu-latest
outputs:
exists: ${{ steps.filter.outputs.exists }}
steps:
- uses: actions/checkout@v4