Skip to content

Commit

Permalink
remove 'environment' from actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
thwllms committed Jul 2, 2024
1 parent bca1788 commit 75d8656
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
os: ["ubuntu-latest"]

runs-on: ${{ matrix.os }}
environment: ci-env

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
release:
name: release
runs-on: ubuntu-latest
environment: release-env
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down

0 comments on commit 75d8656

Please sign in to comment.