Skip to content

Commit

Permalink
Disable check_source
Browse files Browse the repository at this point in the history
  • Loading branch information
colesbury committed Aug 7, 2024
1 parent 94aed57 commit 5030164
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,20 @@ concurrency:
jobs:
check_source:
name: Change detection
# To use boolean outputs from this job, parse them as JSON.
# Here's some examples:
#
# if: fromJSON(needs.check_source.outputs.run-docs)
#
# ${{
# fromJSON(needs.check_source.outputs.run_tests)
# && 'truthy-branch'
# || 'falsy-branch'
# }}
#
uses: ./.github/workflows/reusable-change-detection.yml
steps:
- run: echo "OK"
# # To use boolean outputs from this job, parse them as JSON.
# # Here's some examples:
# #
# # if: fromJSON(needs.check_source.outputs.run-docs)
# #
# # ${{
# # fromJSON(needs.check_source.outputs.run_tests)
# # && 'truthy-branch'
# # || 'falsy-branch'
# # }}
# #
# uses: ./.github/workflows/reusable-change-detection.yml

check-docs:
name: Docs
Expand Down

0 comments on commit 5030164

Please sign in to comment.