File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
- # SPDX-FileCopyrightText: Brent Rubell for Adafruit Industries, 2023
1
+ # SPDX-FileCopyrightText: Brent Rubell for Adafruit Industries, 2023-2025
2
2
#
3
3
# SPDX-License-Identifier: MIT
4
4
name : WipperSnapper Build CI
Original file line number Diff line number Diff line change 9
9
secrets :
10
10
GH_REPO_TOKEN :
11
11
required : true
12
-
13
12
jobs :
14
13
check-branch :
15
14
runs-on : ubuntu-latest
@@ -19,12 +18,12 @@ jobs:
19
18
- id : check
20
19
run : |
21
20
if [[ $GITHUB_REF == *"offline-mode"* ]]; then
22
- echo "should_run=true" >> $GITHUB_OUTPUT
23
- else
24
21
echo "should_run=false" >> $GITHUB_OUTPUT
22
+ else
23
+ echo "should_run=true" >> $GITHUB_OUTPUT
25
24
fi
26
25
shell : bash
27
-
26
+
28
27
call-workflow-build :
29
28
needs : check-branch
30
29
if : needs.check-branch.outputs.should_run == 'true'
34
33
35
34
call-workflow-release :
36
35
needs : [check-branch, call-workflow-build]
37
- if : needs.check-branch.outputs.should_run == 'true' && github.event_name == 'release' && startsWith(github.ref, 'refs/tags/')
36
+ if : needs.check-branch.outputs.should_run == 'true'
38
37
uses : adafruit/Adafruit_Wippersnapper_Arduino/.github/workflows/release-callee.yml@main
You can’t perform that action at this time.
0 commit comments