Skip to content

Commit

Permalink
Merge pull request #9 from bas-kirill/feature/check-source-files-was-…
Browse files Browse the repository at this point in the history
…changed

feat(cicd): change name for `check-changes` job
  • Loading branch information
bas-kirill authored Jul 21, 2024
2 parents 0aaf8b9 + c70e5f1 commit c04eb91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:

jobs:
check-changes:
name: Check source files was changed
runs-on: ubuntu-22.04
outputs:
changed: ${{ steps.check_changes.outputs.changed }}
Expand Down

0 comments on commit c04eb91

Please sign in to comment.