Skip to content

Commit

Permalink
Disabling production environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Robertorosmaninho committed Oct 2, 2023
1 parent ea10b54 commit f91a575
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
source-tarball:
name: 'Create source tarball'
runs-on: ubuntu-latest
#environment: production
environment: production
steps:
- name: 'Check out code'
uses: actions/checkout@v3
Expand All @@ -46,7 +46,7 @@ jobs:
nix-release:
name: 'Nix Release'
runs-on: ubuntu-20.04
#environment: production
environment: production
steps:
- name: Check out code
uses: actions/checkout@v3
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ jobs:
source-tarball:
name: 'Create source tarball'
runs-on: ubuntu-latest
#environment: production
steps:
- name: 'Check out code'
uses: actions/checkout@v3
Expand All @@ -177,7 +176,6 @@ jobs:
name: 'Build MacOS Package'
runs-on: macos-13
timeout-minutes: 120
environment: production
needs: [set-release-id, source-tarball]
steps:
- name: Check out code
Expand Down

0 comments on commit f91a575

Please sign in to comment.