Skip to content

Commit

Permalink
WIP disable workflow #14
Browse files Browse the repository at this point in the history
  • Loading branch information
sroertgen committed Jan 29, 2024
1 parent fe52c9b commit e74fe9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ jobs:
runs-on: ubuntu-latest
needs: [changedfiles, all-ttl-files]
# only run there are changed files
if: ${{needs.changedfiles.outputs.ttl != '[]' || needs.changedfiles.outputs.yml != '[]'}}
# TODO enable after testing
# if: ${{needs.changedfiles.outputs.ttl != '[]' || needs.changedfiles.outputs.yml != '[]'}}
strategy:
max-parallel: 1
fail-fast: false # other validation jobs should continue checking even if one file is invalid
Expand Down

0 comments on commit e74fe9e

Please sign in to comment.