We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a62a0b commit 34c239bCopy full SHA for 34c239b
.github/workflows/build.yml
@@ -1,8 +1,5 @@
1
name: Builds
2
on:
3
- push:
4
- branches:
5
- - '**'
6
pull_request:
7
schedule:
8
- cron: '0 0 * * *'
.github/workflows/docker.yml
@@ -36,6 +36,7 @@ jobs:
36
cat $GITHUB_OUTPUT
37
38
docker-build-dev:
39
+ if: false
40
needs: [prepare]
41
runs-on: ubuntu-latest
42
steps:
0 commit comments