Browse Source

Merge pull request #46945 from thaJeztah/24.0_backport_gha_fixes

[24.0 backport] ci(bin-image fixes
Sebastiaan van Stijn 1 year ago
parent
commit
4d14c7db67
2 changed files with 2 additions and 2 deletions
  1. 2 0
      .github/workflows/bin-image.yml
  2. 0 2
      .github/workflows/test.yml

+ 2 - 0
.github/workflows/bin-image.yml

@@ -24,6 +24,7 @@ env:
 
 jobs:
   validate-dco:
+    if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
     uses: ./.github/workflows/.dco.yml
 
   prepare:
@@ -81,6 +82,7 @@ jobs:
     needs:
       - validate-dco
       - prepare
+    if: always() && !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled')
     strategy:
       fail-fast: false
       matrix:

+ 0 - 2
.github/workflows/test.yml

@@ -10,8 +10,6 @@ on:
     branches:
       - 'master'
       - '[0-9]+.[0-9]+'
-    tags:
-      - 'v*'
   pull_request:
 
 env: