Skip to content

Commit

Permalink
Run ci.yml after any push to main
Browse files Browse the repository at this point in the history
Re-run `ci.yml` on `main` after merging a PR (or after pushing commits
directly to `main`). This is necessary for two reasons:

1. It updates GitHub Actions caches on `main` (which can be read from
   any PR branches), which saves time re-installing dependencies on PRs
2. It will send us a Slack notification if CI fails on `main`

This will enable us to remove the `ci.yml` call from `deploy.yml`.
  • Loading branch information
seanh committed Sep 19, 2023
1 parent 6ee3412 commit 0ad6f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI

on:
pull_request:
push:
paths-ignore:
- '.cookiecutter/*'
- 'docs/*'
Expand Down

0 comments on commit 0ad6f0f

Please sign in to comment.