Commit graph

5 commits

Author SHA1 Message Date
Hugh Rundle a7ab8d399a Update update-topo-on-info-pr.yml
remove `head_ref` reference from actions/checkout to resolve error (see https://github.com/actions/checkout/issues/275)
2021-02-02 18:10:48 +11:00
Hugh Rundle 7a2b83a97c rationalise workflows
- csv-to-topo updater now only works for PRs : csv shouldn't be directly updated in a push to master
- csv-to-topo can now be manually triggered if needed
- clearer formatting for actions
2021-01-29 21:10:39 +11:00
Hugh Rundle b4eb897c94 fix action name clash 2021-01-29 20:25:07 +11:00
Hugh Rundle bee5f4aa4d fix action logic to avoid recursion
ignore changes to 'boundaries.topo.json' on PUSH actions to avoid triggering the push action when PRs are merged, since they already got updated at the PR stage.
2021-01-29 20:19:20 +11:00
Hugh Rundle 4f3ef6963c update all actions
- replaces the topo-updater with 2 separate actions: one for direct pushes and one for PRs
- updates tag names
2021-01-29 20:12:08 +11:00
Renamed from .github/workflows/update-topo-on-info-update.yml (Browse further)