-
Notifications
You must be signed in to change notification settings - Fork 0
46 lines (38 loc) · 1.07 KB
/
integrate.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
name: Integrate
on:
push:
branches: [ main, master ]
pull_request:
branches: [ '**', '!gh-pages', '!coverage ' ]
types: [ opened, reopened, ready_for_review, synchronize ]
workflow_call:
defaults:
run:
shell: bash
jobs:
skip_check:
name: Skip Check
uses: StirlingLabs/.github/.github/workflows/threshold.yaml@main
metadata:
name: Collect
needs: [ skip_check ]
if: needs.skip_check.outputs.continue == 'true'
uses: StirlingLabs/.github/.github/workflows/metadata.yaml@main
with:
coreName: sa
build:
name: Build
needs: [ skip_check, metadata ]
if: needs.skip_check.outputs.continue == 'true'
uses: ./.github/workflows/build.yaml
with:
project: ${{ needs.metadata.outputs.project }}
list:
name: List Files
needs: build
runs-on: ubuntu-latest
if: needs.skip_check.outputs.continue == 'true'
steps:
- name: list
run: |
ls -laR