-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule finch-core
updated
9 files
+55 −0 | .github/workflows/ci.yaml | |
+120 −8 | .github/workflows/release.yaml | |
+42 −0 | .github/workflows/update-dependencies.yaml | |
+17 −11 | Makefile | |
+30 −0 | bin/update-deps.sh | |
+74 −4 | e2e/e2e_test.go | |
+191 −0 | e2e/fedora.yaml | |
+2 −2 | e2e/go.mod | |
+2 −2 | e2e/go.sum |