Skip to content

Commit

Permalink
deployment environment approvals do not seem to work as designed
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Florentine <justin+github@florentine.us>
  • Loading branch information
jflo committed Mar 12, 2024
1 parent ce662f0 commit ac2affc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ env:
jobs:
hadolint:
runs-on: ubuntu-22.04
environment: production
steps:
- name: Checkout Repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
Expand Down Expand Up @@ -43,7 +42,6 @@ jobs:
- ubuntu-22.04
- [self-hosted, ARM64]
runs-on: ${{ matrix.platform }}
environment: production
steps:
- name: Prepare
id: prep
Expand Down Expand Up @@ -91,7 +89,6 @@ jobs:
multiArch:
needs: buildDocker
runs-on: ubuntu-22.04
environment: production
permissions:
contents: read
packages: write
Expand All @@ -116,7 +113,6 @@ jobs:
amendNotes:
needs: multiArch
runs-on: ubuntu-22.04
environment: production
permissions:
contents: write
steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ env:
jobs:
dockerPromoteX64:
runs-on: ubuntu-22.04
environment: production
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93
Expand Down

0 comments on commit ac2affc

Please sign in to comment.