Skip to content

Commit

Permalink
removed path condition for pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Павлов Леонид Алексеевич committed Dec 12, 2023
1 parent df60bcd commit e44ce1a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ jobs:
# Zefirrat.ImageComparer.Abstractions
Zefirrat_ImageComparer_Abstractions:
runs-on: ubuntu-latest
if: needs.paths-filter.outputs.zefirrat_imagecomparer_abstractions == 'true'
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
Expand All @@ -31,7 +30,6 @@ jobs:
# Zefirrat.ImageComparer.AspNet.Di
Zefirrat_ImageComparer_AspNet_Di:
runs-on: ubuntu-latest
if: needs.paths-filter.outputs.zefirrat_imagecomparer_aspnet_di == 'true'
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
Expand All @@ -55,7 +53,6 @@ jobs:
# Zefirrat.ImageComparer.Hash
Zefirrat_ImageComparer_Hash:
runs-on: ubuntu-latest
if: needs.paths-filter.outputs.zefirrat_imagecomparer_hash == 'true'
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
Expand All @@ -79,7 +76,6 @@ jobs:
# Zefirrat.ImageComparer
Zefirrat_ImageComparer:
runs-on: ubuntu-latest
if: needs.paths-filter.outputs.zefirrat_imagecomparer == 'true'
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
Expand Down

0 comments on commit e44ce1a

Please sign in to comment.