Skip to content

Commit

Permalink
make revisions requested by @yardasol
Browse files Browse the repository at this point in the history
  • Loading branch information
abachma2 committed Jun 25, 2024
1 parent 2f0d40f commit 52f460d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/changelog_test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Changelog check
name: Changelog update check

on:
# allows us to run workflows manually
Expand All @@ -9,12 +9,12 @@ env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
changelog_update:
check_changelog_update:
runs-on: ubuntu-latest
container:
image: alpine:3.14

name: Is Changelog up-to-date ?
name: Check if Changelog has been updated
steps:
- name: Install latest git
run: |
Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ Since last release:
* Add input parameters to `DepleteReactor` for the thermal
power (instead of just using `power_cap`) and flux
(required input for running OpenMC with new version) (#18)
* Add CI test for if CHANGELOG has been updated (#21)
* Add CI test to check if CHANGELOG has been updated (#21)

**Changed:**

* Change OpenMC dependency to v0.14.0, which includes adding
parameters for using `DepleteReactor` (#18)
* Simplifiy CI build environment, using conda builds instead of
* Simplify CI build environment, using conda builds instead of
building from source (#21)


**Removed:**

* Remove `check_existing_recipes` method in `DepleteReactor` (#18)
* Remove various files in repo that are no longer used for building
CI enviroment (#21)
CI environment (#21)

**Fixed:**

Expand Down

0 comments on commit 52f460d

Please sign in to comment.