Skip to content

Commit

Permalink
oops still work to do
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed May 7, 2023
1 parent 5a73627 commit 677ffd0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ on:
branches:
- main
# pull request from non-collaborators
pull_request: {}
pull_request:
branches:
- '!e2e-git-installs'
# nightly
schedule:
- cron: '0 0 * * *'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/e2e-git-installs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: E2E Install from git
# TODO test global installs, too?
on:
push:
branches:
- e2e-git-installs
# nightly
schedule:
- cron: '0 0 * * *'
Expand Down

0 comments on commit 677ffd0

Please sign in to comment.