Skip to content

Commit d4847cc

Browse files
committed
test
1 parent dd79e96 commit d4847cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/scripts/version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ set -e
55
TZ=UTC
66

77
# Verify clean tree
8-
[ -z "$(git status --porcelain -- ':!root-config')" ]
8+
[ -z "$(git status --porcelain)" ]
99

1010
# Check that we are on main
11-
[ "$(git branch --show-current)" = main ]
11+
[ "$(git branch --show-current)" = "jeev/ci" ]
1212

1313
# Prints version in the following format: <DAY>.<COMMIT#>_<SHA>
1414
# From docker docs: A tag name may contain lowercase and uppercase characters, digits,

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
push:
5-
branches: ["maestro"]
5+
# branches: ["maestro"]
66

77
env:
88
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)