Skip to content

Commit 8415320

Browse files
committed
bump timeout
1 parent ded74b0 commit 8415320

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

.github/workflows/build.yml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
fail-fast: true
20-
timeout-minutes: 60
20+
timeout-minutes: 240
2121

2222
steps:
2323
- uses: actions/checkout@v2
@@ -29,3 +29,23 @@ jobs:
2929
repository: pdal/lambda
3030
tag_with_ref: true
3131
tag_with_sha: true
32+
33+
# push: ${{ startsWith(github.ref, 'refs/tags/') }}
34+
#if: ${{ startsWith(github.ref, 'refs/tags/') }}
35+
36+
layer:
37+
name: Layer
38+
needs: [docker]
39+
container: pdal/lambda
40+
41+
runs-on: ubuntu-latest
42+
strategy:
43+
fail-fast: true
44+
timeout-minutes: 60
45+
46+
steps:
47+
- uses: actions/checkout@v2
48+
- name: Package
49+
shell: bash -l {0}
50+
run: |
51+
/package-pdal.sh

0 commit comments

Comments
 (0)