Skip to content

Commit

Permalink
adding ability to re-run workflows from GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
benja263 committed Sep 10, 2024
1 parent ca975fe commit 29fc2ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
pull_request:
branches:
- master
workflow_dispatch:

jobs:
build-and-test:
Expand Down
2 changes: 1 addition & 1 deletion gbrl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# This work is made available under the Nvidia Source Code License-NC.
# To view a copy of this license, visit
# https://nvlabs.github.io/gbrl/license.html
# https://nvlabs.github.io/gbrl/license.html
#
##############################################################################
__version__ = "1.0.3"
Expand Down

0 comments on commit 29fc2ad

Please sign in to comment.