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 c7e0872 commit b8fe16fCopy full SHA for b8fe16f
.github/workflows/build.yml
@@ -1,19 +1,17 @@
1
name: build
2
-
3
on:
4
pull_request:
5
push:
6
+ schedule:
+ - cron: '11 21 * * *'
7
jobs:
8
9
lint:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v1
13
- uses: actions/setup-node@v1
14
- run: npm install -g dockerlint
15
- run: dockerlint
16
17
build:
18
19
needs: lint
.github/workflows/push.yml
@@ -1,20 +1,16 @@
name: push
tags:
- '*'
build-push:
20
0 commit comments