Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHinsh committed Jul 15, 2024
1 parent 7dd6a45 commit c42cb7b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Build & Release (Azure DevOps Migration Tools)

on:
push:
branches:
tags-ignore:
- 'v*-*'
pull_request:
Expand Down Expand Up @@ -223,7 +224,7 @@ jobs:
GitVersion_NuGetVersion: ${{ needs.Setup.outputs.GitVersion_NuGetVersion }}
GitVersion_PreReleaseLabel: ${{ needs.Setup.outputs.GitVersion_PreReleaseLabel }}
needs: [build, Setup]
#if: ${{ success() && ( needs.Setup.outputs.GitVersion_PreReleaseLabel == 'Preview' || needs.Setup.outputs.GitVersion_PreReleaseLabel == '' ) }}
#if: ${{ success() && ( needs.Setup.outputs.nkdAgility_Ring != 'Canary' ) }}
steps:
- uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -258,7 +259,7 @@ jobs:
runs-on: ubuntu-latest
needs: [Setup, GitHubRelease]
if: ${{ (needs.Setup.outputs.Filter_src) && (false) }}
#if: ${{ success() && ( needs.Setup.outputs.GitVersion_PreReleaseLabel == 'Preview' || needs.Setup.outputs.GitVersion_PreReleaseLabel == '' ) }}
#if: ${{ success() && ( needs.Setup.outputs.nkdAgility_Ring != 'Canary' ) && (needs.Setup.outputs.Filter_src) }}
steps:
- uses: actions/download-artifact@v4
with:
Expand All @@ -275,7 +276,7 @@ jobs:
runs-on: ubuntu-latest
needs: [Setup, GitHubRelease]
if: ${{ (needs.Setup.outputs.Filter_src) && (false) }}
#if: ${{ success() && ( needs.Setup.outputs.GitVersion_PreReleaseLabel == 'Preview' || needs.Setup.outputs.GitVersion_PreReleaseLabel == '' ) }}
#if: ${{ success() && ( needs.Setup.outputs.nkdAgility_Ring != 'Canary' ) && (needs.Setup.outputs.Filter_src) }}
steps:
- uses: actions/download-artifact@v4
with:
Expand All @@ -292,7 +293,7 @@ jobs:
runs-on: ubuntu-latest
needs: [Setup, GitHubRelease]
if: ${{ (needs.Setup.outputs.Filter_src) && (false) }}
#if: ${{ success() && ( needs.Setup.outputs.GitVersion_PreReleaseLabel == 'Preview' || needs.Setup.outputs.GitVersion_PreReleaseLabel == '' ) }}
#if: ${{ success() && ( needs.Setup.outputs.nkdAgility_Ring != 'Canary' ) && (needs.Setup.outputs.Filter_src) }}
steps:
- uses: actions/download-artifact@v4
with:
Expand All @@ -309,7 +310,7 @@ jobs:
runs-on: ubuntu-latest
needs: [BuildDocs, GitHubRelease]
if: ${{ (needs.Setup.outputs.Filter_docs) && (false) }}
#if: ${{ success() && ( needs.Setup.outputs.GitVersion_PreReleaseLabel == 'Preview' || needs.Setup.outputs.GitVersion_PreReleaseLabel == '' ) }}
#if: ${{ success() && ( needs.Setup.outputs.nkdAgility_Ring != 'Canary' ) }}
steps:
- name: Download a single artifact
uses: actions/download-artifact@v3
Expand Down

0 comments on commit c42cb7b

Please sign in to comment.