Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers committed Jun 21, 2024
1 parent 4896240 commit cb2f29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reflect_test_commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
# Verify if a build is needed
check:
if: ${{ github.repository_owner == 'masesgroup' || ( github.repository_owner != 'masesgroup' && github.ref_name != 'master' }} #do not execute on master outside main repo
if: ${{ github.repository_owner == 'masesgroup' || (github.repository_owner != 'masesgroup' && github.ref_name != 'master') }} #do not execute on master outside main repo
name: Check changed files
outputs:
run_job: ${{ steps.check_files.outputs.run_job }}
Expand Down

0 comments on commit cb2f29b

Please sign in to comment.