Skip to content

Commit

Permalink
WIP: github: Disable the regular push job, and the big docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
mstorsjo committed Feb 23, 2024
1 parent 608919c commit 9d97bdd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Builds
on:
push:
branches:
- '**'
pull_request:
schedule:
- cron: '0 0 * * *'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
cat $GITHUB_OUTPUT
docker-build:
if: false
needs: [prepare]
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 9d97bdd

Please sign in to comment.