Skip to content

Creating Ephemerides settings using JPL Horizons #83

Creating Ephemerides settings using JPL Horizons

Creating Ephemerides settings using JPL Horizons #83

Workflow file for this run

name: pull request comment
on:
issue_comment:
types: [created, edited, deleted]
# on:
# issue_comment:
# types: [created, edited, deleted]
# branches: [ develop ]
jobs:
job01:
if: contains(github.event.comment.body, '/test') # check if the comments come from pull request, exclude those from issue.
runs-on: [ubuntu-latest]
steps:
- name: say hello
run: |
echo say hello