Skip to content

Commit d9d4cb2

Browse files
committed
Fix Github Actions
1 parent 705ea0b commit d9d4cb2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Docker image with submodule update
1+
name: Build Docker image
22
on:
33
workflow_dispatch:
44
push:

.github/workflows/go.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ on:
1010
branches: [ "main" ]
1111

1212
jobs:
13-
1413
build:
1514
runs-on: ubuntu-latest
1615
steps:

0 commit comments

Comments
 (0)