Skip to content

Commit

Permalink
[CP-2952] tmp commit - workflows edited
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarski committed Aug 8, 2024
1 parent d408b89 commit c529d9c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/nexus-pre-production-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:

jobs:
build:
if: startsWith(github.event.base_ref, 'refs/heads/v') && endsWith(github.ref, '-latest')
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/nexus-pre-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:

jobs:
build:
if: startsWith(github.event.base_ref, 'refs/heads/v') && !(endsWith(github.ref, '-latest'))
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit c529d9c

Please sign in to comment.