Skip to content

Commit

Permalink
chore: separate repo environments (#856)
Browse files Browse the repository at this point in the history
* Separate repo environments

* Update .github/workflows/publish-next.yml

Co-authored-by: Scott Rees <6165315+reesscot@users.noreply.github.com>

Co-authored-by: wlee221 <wlee221@live.unc.edu>
Co-authored-by: Scott Rees <6165315+reesscot@users.noreply.github.com>
  • Loading branch information
3 people committed Nov 23, 2021
1 parent cf1a15a commit b555532
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
environment: ci
environment: deployment
steps:
- name: Checkout repo
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
environment: ci
environment: deployment
# We only publish if the previous workflow run (Tests) was successful
# and the previous workflow was called from main branch.
#
Expand Down

0 comments on commit b555532

Please sign in to comment.