Skip to content

Commit 9a17cd9

Browse files
committed
test_readme
1 parent 28d34c3 commit 9a17cd9

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/test_readme.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
name: README sample test
22

33
on:
4-
push:
4+
push:
55
branches:
6-
- '**'
7-
tags:
8-
- v0.0
9-
paths:
10-
- .github/workflows/test_readme.yml
6+
- master
7+
schedule:
8+
- cron: 0 0 */3 * *
9+
1110
jobs:
1211
no_cache_build:
1312
runs-on: ubuntu-latest
1413

1514
steps:
1615
- uses: actions/checkout@v2
1716
- uses: satackey/action-docker-layer-caching@v0.0
18-
- run: docker-compose -f test_project/docker-compose.yml -p test_project build
17+
- run: docker-compose -f test_project/docker-compose.yml -p test_project build --no-cache
1918

2019
cached_build:
2120
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)