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 ded74b0 commit 8415320Copy full SHA for 8415320
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
strategy:
19
fail-fast: true
20
- timeout-minutes: 60
+ timeout-minutes: 240
21
22
steps:
23
- uses: actions/checkout@v2
@@ -29,3 +29,23 @@ jobs:
29
repository: pdal/lambda
30
tag_with_ref: true
31
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