File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Build Fallback
2+
3+ on :
4+ pull_request :
5+ branches :
6+ - ' v3'
7+ - ' v3*'
8+ paths-ignore :
9+ - ' apps/analytics/**'
10+ - ' apps/auth/**'
11+ - ' apps/backend-docker/**'
12+ - ' apps/chat/**'
13+ - ' apps/frontend-control/**'
14+ - ' apps/frontend-manage/**'
15+ - ' apps/frontend-pwa/**'
16+ - ' apps/hatchet-worker-general/**'
17+ - ' apps/hatchet-worker-response-processor/**'
18+ - ' apps/lti/**'
19+ - ' apps/olat-api/**'
20+ - ' apps/response-api/**'
21+ - ' .github/workflows/v3_**'
22+
23+ concurrency :
24+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}
25+ cancel-in-progress : true
26+
27+ jobs :
28+ build-amd :
29+ runs-on : ubuntu-latest
30+ steps :
31+ - name : Success
32+ run : echo "Fallback build check"
33+
34+ build-arm :
35+ runs-on : ubuntu-latest
36+ steps :
37+ - name : Success
38+ run : echo "Fallback build check"
You can’t perform that action at this time.
0 commit comments