Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Sep 18, 2024
1 parent 7f68a59 commit 50d5838
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/enteprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ concurrency:
jobs:
check-nexus-secrets:
name: Ensure required nexus secrets are available
if: github.event_name != 'labeled'
runs-on: ubuntu-latest
outputs:
secrets-available: ${{ steps.check-secrets.outputs.secrets-available }}
Expand All @@ -49,7 +48,7 @@ jobs:
name: Test ${{ matrix.role.name }} role on ${{ matrix.molecule_distro.image }}
runs-on: ubuntu-latest
needs: check-nexus-secrets
if: needs.check-nexus-secrets.outputs.secrets-available == 'true' && github.event_name != 'labeled'
if: needs.check-nexus-secrets.outputs.secrets-available == 'true'
outputs:
dtas_version: ${{ steps.jobvars.outputs.dtas_version }}
strategy:
Expand Down Expand Up @@ -104,7 +103,6 @@ jobs:

docker_integration:
name: Test ${{ matrix.scenario.name }} scenario on ${{ matrix.molecule_distro.image }}
if: github.event_name != 'labeled'
needs:
- docker
strategy:
Expand Down

0 comments on commit 50d5838

Please sign in to comment.