Skip to content

Commit

Permalink
Testing for if the action will run on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
KeenanFiedlerUA committed Jun 6, 2024
1 parent fbf9595 commit 8c642a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/make_html_from_notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ on:
#push:
# paths: "**.ipynb"
# Trigger on PRs that change the notebooks in some way
#pull_request:
#branches: [main]
#paths: "**.ipynb"
pull_request_review:
types: [submitted]
pull_request:
branches: [main]
paths: "**.ipynb"
#pull_request_review:
#types: [submitted]
jobs:
approved:
if: github.event.review.state == 'APPROVED'
runs-on: ubuntu-latest
steps:
- run: echo "This PR was approved"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"outputs": [],
"source": [
"__author__ = 'Robert Nikutta <[email protected]>, Astro Data Lab Team <[email protected]>'\n",
"__version__ = '20240606' # yyyymmdd\n",
"__version__ = '202406067' # yyyymmdd\n",
"__datasets__ = ['smash_dr2']\n",
"__keywords__ = ['science example', 'lightcurve', 'time-series', 'Lomb-Scargle', 'period', 'vospace:copy', 'RRLyrae']"
]
Expand Down

0 comments on commit 8c642a2

Please sign in to comment.