Skip to content

Commit

Permalink
only ask for release on quality gate (#378)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <[email protected]>
  • Loading branch information
wagoodman authored Oct 30, 2023
1 parent cb07806 commit 0a2a906
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ permissions:

jobs:
quality-gate:
environment: release
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1
Expand Down Expand Up @@ -59,7 +60,6 @@ jobs:
needs:
- quality-gate
runs-on: ubuntu-22.04
environment: release
permissions:
contents: write
packages: write
Expand All @@ -84,7 +84,6 @@ jobs:
needs:
- tag
runs-on: ubuntu-22.04
environment: release
permissions:
contents: read
steps:
Expand All @@ -105,7 +104,6 @@ jobs:
needs:
- tag
runs-on: ubuntu-22.04
environment: release
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -133,7 +131,6 @@ jobs:
needs:
- tag
runs-on: ubuntu-22.04
environment: release
permissions:
contents: write
packages: write
Expand Down

0 comments on commit 0a2a906

Please sign in to comment.