Skip to content

Commit 34c239b

Browse files
committed
WIP: github: Disable the regular push job, and the big docker build
1 parent 0a62a0b commit 34c239b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Builds
22
on:
3-
push:
4-
branches:
5-
- '**'
63
pull_request:
74
schedule:
85
- cron: '0 0 * * *'

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
cat $GITHUB_OUTPUT
3737
3838
docker-build-dev:
39+
if: false
3940
needs: [prepare]
4041
runs-on: ubuntu-latest
4142
steps:

0 commit comments

Comments
 (0)