Skip to content

Commit 28a0ebb

Browse files
committed
Hot fix
1 parent e117a0a commit 28a0ebb

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/coding-service-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919
cancel-in-progress: true
2020

2121
jobs:
22-
############D
22+
##############
2323
build-push:
2424
runs-on: ubuntu-latest
2525

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717
cancel-in-progress: false
1818

1919
jobs:
20-
####D
20+
######
2121
deploy:
2222
if: >
2323
(github.event_name == 'workflow_dispatch') ||

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616

1717

1818
jobs:
19-
############D
19+
##############
2020
build-push:
2121
runs-on: ubuntu-latest
2222
strategy:

.github/workflows/file-service-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919
cancel-in-progress: true
2020

2121
jobs:
22-
############D
22+
##############
2323
build-push:
2424
runs-on: ubuntu-latest
2525

.github/workflows/sandbox-image-build-on-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
contents: read
1313

1414
jobs:
15-
######D
15+
#########
1616
build-on-server:
1717
runs-on: ubuntu-latest
1818
steps:

0 commit comments

Comments
 (0)