Skip to content

Commit

Permalink
fix: 21
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-sartori-zupit committed Sep 26, 2024
1 parent 5186c0c commit 684a332
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/dotnet-workflow-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,6 @@ jobs:
filters: |
changes-detected:
- ${{ env.CHECK_DIR }}
dotnet-xx:
needs: workdir-has-changes
runs-on: ubuntu-latest
name: xx
steps:
- name: Run
run: echo "${{!inputs.CHECK_WORKDIR_CHANGES}} ${{needs.workdir-has-changes.outputs.changes-detected == 'true'}} ${{inputs.CHECK_CHANGES_BY_JOBS == 'all'}} ${{github.job}} ${{contains(fromJson(inputs.CHECK_CHANGES_BY_JOBS),github.job)}}"
- name: Run
run: ${{ !inputs.CHECK_WORKDIR_CHANGES || (needs.workdir-has-changes.outputs.changes-detected == 'true' && (inputs.CHECK_CHANGES_BY_JOBS == 'all' || contains(fromJson(inputs.CHECK_CHANGES_BY_JOBS), github.job))) }}
dotnet-common:
needs: workdir-has-changes
Expand Down

0 comments on commit 684a332

Please sign in to comment.