-
Notifications
You must be signed in to change notification settings - Fork 4
71 lines (67 loc) · 1.71 KB
/
clean_up.yml
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
name: Cleanup
on:
workflow_call:
inputs:
build_sha:
description: "Build commit SHA to use for this job"
required: true
type: string
runner_id:
description: "Runner ID of the Parent Runner"
required: true
type: string
monoglue-build:
description: "Build Status"
required: true
type: string
windows-build:
description: "Build Status"
required: true
type: string
macos-build:
description: "Build Status"
required: true
type: string
linux-build:
description: "Build Status"
required: true
type: string
android-build:
description: "Build Status"
required: true
type: string
ios-build:
description: "Build Status"
required: true
type: string
new_major:
description: "New Major # for Version"
required: true
type: string
new_minor:
description: "New Minor # for Version"
required: true
type: string
new_patch:
description: "New Patch # for Version"
required: true
type: string
new_version:
description: "New Version that'll be Deployed"
required: true
type: string
# Global Settings
env:
# Used for the cache key. Add version suffix to force clean build.
GODOT_BASE_BRANCH: blazium-dev
concurrency:
group: ci-${{github.actor}}-${{ github.event.client_payload.type || 'nightly' }}-cleanup
cancel-in-progress: true
jobs:
build-monoglue:
runs-on: "ubuntu-20.04"
name: Example for Clean up
steps:
- name: Testing
run: |
echo "Testing"