Skip to content

Commit

Permalink
Tag jetstream2-admin 1.3.0
Browse files Browse the repository at this point in the history
Refactor start.yaml into a reusable workflow.
  • Loading branch information
joaander committed Jun 6, 2024
1 parent 9dd9e83 commit c89b62a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.5
current_version = 1.3.0
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/start.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
repository: glotzerlab/jetstream2-admin
ref: v1.2.5
ref: v1.3.0
# Python 3.9 is the latest possible because netifaces has no new releases
- name: Set up Python
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ workflow with this job:
```
start_action_runners:
name: Start
uses: glotzerlab/jetstream2-admin/.github/workflows/start.yaml@<sha of latest tag> # v1.2.5
uses: glotzerlab/jetstream2-admin/.github/workflows/start.yaml@<sha of latest tag> # v1.3.0
secrets: inherit
```

Optionally request only a certain number of runners:
```
start_action_runners:
name: Start
uses: glotzerlab/jetstream2-admin/.github/workflows/start.yaml@<sha of latest tag> # v1.2.5
uses: glotzerlab/jetstream2-admin/.github/workflows/start.yaml@<sha of latest tag> # v1.3.0
secrets: inherit
with:
number: 1
Expand Down

0 comments on commit c89b62a

Please sign in to comment.